Global namespace object
- Source:
- /var/www/html/software/raphaelform/raphaelform.src.js, line 39
Classes
Methods
-
<static> inputText(parent, text, params) → {RaphaelForm.InputText}
-
Creates new InputText object. See RaphaelForm.InputText for arguments
Parameters:
Name Type Argument Description parent
Paper text
string params
Object <optional>
- Source:
- /var/www/html/software/raphaelform/raphaelform.src.js, line 354
Returns:
new InputText object -
<static> label(parent, text, params) → {RaphaelForm.Label}
-
Creates new Label object. See RaphaelForm.Label for arguments
Parameters:
Name Type Argument Description parent
Paper text
string <optional>
params
Object <optional>
- Source:
- /var/www/html/software/raphaelform/raphaelform.src.js, line 157
Returns:
new Label object- Type
- RaphaelForm.Label
-
<static> select(parent, options, params) → {RaphaelForm.Select}
-
Creates new Select object. See RaphaelForm.Select for arguments
Parameters:
Name Type Argument Description parent
Paper options
Array.<string> params
Object <optional>
- Source:
- /var/www/html/software/raphaelform/raphaelform.src.js, line 276
Returns:
new Select object- Type
- RaphaelForm.Select