Latest JAS v1.1.0
144 plugins online

Code / Form / selectStart

Form :: selectStart
Method
include/form.php

Description...

Arguments

multiple = false
Argument
name
Argument
class = false
Argument
id = false
Argument
extra = false
Argument

Return values

Nothing
Returns

Examples

Form SelectStart method example
PHP
<?
  $form->selectStart($multiple = false, $name, $class = false, $id = false, $extra = false);  //Call Form::selectStart method
?>

Comments (0)