search for: makese

Displaying 2 results from an estimated 2 matches for "makese".

Did you mean: makes
2010 Oct 24
0
[Announce] Compiz 0.9.2 is released!
...and distances in cover mode for shift more configurable * Use libxml to write the session file for the session plugin * Added fake minimization (live minimized thumbnails) to the workarounds plugin plugins-extra: -------------- * Completely rewritten group plugin, far fewer bugs. New API which makese a whole lot more sense: separate tab bar drawing into layers classes with overloadble methods, make the selection classes more powerful, use PluginStateWriter instead of in-house property-writing * Moved all image cube cap drawing into cubeaddon plugin compizconfig-backend-gconf: ------...
2006 Mar 02
6
Question about $F()
Hi Guys, Maybe this is a stupid question, but I am confused at the moment. The $F() function is a handy shortcut to get the value of the an input field. So, doing something like $F(''name'') is equivalent to document.formname.name.value which is pretty cool. Now, what if I have 2 forms on the page, that same field name "name"? What would $F return? It does not take