This utility function will load the data associated with the specified plugin into the form. This data may include stylesheet(s), javascript file(s), and explicit javascript command(s).
O4WI_LOADPLUGINDATA( Id)
The function has the following parameters:
Parameter | Description | |
---|---|---|
id | The name of the control record containing the plugIn data. |
The control record for each plugin is stored in the O4WCODES table; currently defined control records include:
PLUGIN_COLORPICKER
PLUGIN_COMBOBOX
PLUGIN_DATEPICKER
PLUGIN_HISTORY
PLUGIN_HMENU
PLUGIN_TABLESORTER
PLUGIN_TIMEPICKER
PLUGIN_TMENU
PLUGIN_VMENU
For example, to load in the required data for the jQuery “tablesorter” plugin:
O4WI_LoadPluginData(“PLUGIN_TABLESORTER”)
For example, to load in the required data for the jQuery “tablesorter” plugin:
O4WI_LoadPluginData(“PLUGIN_TABLESORTER”)