SeedSearchFormThe SeedSearchForm control class.
This control can be used for to search for all kinds of seeds. It can base the search operation on all class properties of the seed class as well as a custom search filter.
The control can be added to the page with the PHP and JavaScript add functions and can then be retrieved with Wigbi.getControl(id). It requires the seeds that it is to search for.
JAVASCRIPT ********************************
MailForm : BaseControl
Properties:
Functions:
Events:
Override onPreSubmit to set what to do before the form is being submitted. If it returns false, the submit operation will abort.
Override onSubmit to set what to do when the submit operation has finished. By default, it alerts that the mail has been sent.
LANGUAGE HANDLING *************************
The following language parameters are used by the control:
Located in /wigbi_controls/SeedSearchForm.php (line 85)
BaseControl | --SeedSearchForm
static void
add
(string $controlId, string $seedClass, array $searchProperties, [string $searchFilter = ""])
static add (line 240)
Add a SeedSearchForm control to the page.
Constructor __construct (line 96)
Create an instance of the control.
This constructor is only intended to be used by Wigbi at startup.
Inherited From BaseControl
BaseControl::__construct()
BaseControl::closeForm()
BaseControl::controlId()
BaseControl::isPostBackSource()
BaseControl::javaScript()
BaseControl::openForm()
BaseControl::registerJavaScript()
BaseControl::submit()
Documentation generated on Sun, 27 Dec 2009 20:12:06 +0100 by phpDocumentor 1.4.1