Description Usage Arguments Value Functions
Name UI elements for BioLockJ Properties
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | propClearBtn(propName, moduleId = NULL)
propDirChooserId(propName, moduleId = NULL)
propEditBtnId(propName, moduleId)
propFileChooserId(propName, moduleId = NULL)
propInfoId(propName, moduleId = NULL)
propModuleFlipPanel(propName, moduleId)
propOverrideBtnId(propName, moduleId)
propRmOverrideBtnId(propName, moduleId)
propShowId(propName, moduleId)
propUiName(propName, moduleId = NULL)
|
propName |
the name of a BioLockJ property, such as "script.numThreads" |
moduleId |
the module id |
an id
a string to use for an associated UI element
propClearBtn: name for button to clear the value of a property
propDirChooserId: name for a directory chooser ui element
propEditBtnId: name for a button to switch focus to a ui where you can edit a displayed property
propFileChooserId: name for a file chooser ui element
propInfoId: the ui id for the info icon about defaults
propModuleFlipPanel: name for a tabpanel within a module section, flips between panel for active ui and panel for viewing the proprety that is set elsehwere.
propOverrideBtnId: name for a button to create a module-instance-override form of the property
propRmOverrideBtnId: name for a button to remove a module-instance-override form of the property
propShowId: name for ui element that shows the property value
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.