guides:o4w:o4w_api:o4wi_loadplugindata

O4WI_LoadPlugInData routine

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:

ParameterDescription
idThe 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”)
  • guides/o4w/o4w_api/o4wi_loadplugindata.txt
  • Last modified: 2024/06/19 20:19
  • by 127.0.0.1