Description Usage Arguments Details Value See Also
Create the ui for an individual biolockj property.
1 2 3 4 5 6 7 8 9 | renderPropUi(
propName,
prop,
value,
defaults,
ownership = "general",
moduleId = NULL,
trailingUiFun = function() { tagList(hr()) }
)
|
propName |
a property name, such script.numThreads |
prop |
a property object, which is a list that contains type, description, etc |
value |
a string, the current value |
defaults |
the list of lists of representation of defaults |
ownership |
the ownership category for the proprety, one of c("general", "shared", "owned", "override") |
moduleId |
if ownership is not "general", which module is the ownership referenceing |
trailingUiFun |
a function that takes no args and returns a tagList object |
As of this writing, the Properties class in BioLockJ has these KNOWN_TYPES: KNOWN_TYPES = STRING_TYPE, BOOLEAN_TYPE, FILE_PATH, EXE_PATH, LIST_TYPE, FILE_PATH_LIST, INTEGER_TYPE, NUMERTIC_TYPE; KNOWN_TYPES = "string", "boolean", "file path", "executable", "list", "list of file paths", "integer", "numeric";
ui object list
updateSharedPropUi
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.