Welcome Guest [Log In] [Register]
Viewing Single Post From: Add Dropdowns
Chris
Member Avatar
Member
[ *  *  *  * ]
Its a little something different for documentation purposes. I've never tried it this way, but it is modeled after the http://php.net function pages.

I hope it makes some sense.

And for explanations of this:
Quote:
 
AddDropDown( String This [, String Dir [, String Name]]] );
The Blue is telling you what type of variable should be used.
In all three cases, it is a String - which can be anything.
Strings are not the only ones that exist though.

Parameter Types
TypeDescription
UndefinedNothing, basically. It is not yet defined. (Usually for return functions)
ObjectAny object created manually with new Object() or functionally created with .getElement(ById, sByTagName)(" (Id or TagName)");
FunctionA call back or something to be executed during the current function.
NumberAny Real Number (Cannot be imaginary)
BooleanEither "true" or "false"
StringSomething that doesn't fall under any above type

Edited by Chris, Dec 4 2007, 07:48 PM.
Offline Profile Quote Post
Add Dropdowns · User Created Codes