Follow sidelabs on Twitter

BDF List of parameters

From SIDE-Labs.org

The BlueXML Datagrid Framework admits the following parameters:

  • viewType: selects the widget that will handle the data display. Current values are (remove quotes): "dhtmlx", "dojo".
  • dir: specifies the path to a directory where the JavaScript and/or CSS files may be found. The parameter value must be a valid url with no trailing slash sign ('/').
  • package: specifies the base of the filenames (i.e. without any extension). This parameter is necessary if the files do not follow the default name pattern. e.g. for the dojo DataGrid, the default value of package is ViewDataGrid_dojo.
  • jsfile: specifies the complete name (base and extension) to the JavaScript file. When combined with dir, this parameter must define the complete path to the file.
  • cssfile: specifies the complete name (base and extension) to the CSS stylesheet file. This parameter too must define a complete path. However, the stylesheet file is optional.