Class Index | File Index

Classes


Class metawidget.layout.TableLayout

Layout to arrange widgets in a table, with one column for the label and another for the widget.
Defined in: metawidget-layouts.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Method Summary
Method Attributes Method Name and Description
 
getLabelString(attributes, mw)
 
layoutLabel(tr, idPrefix, widget, elementName, attributes, mw)
 
layoutRequired(tr, attributes, mw)
 
layoutWidget(widget, elementName, attributes, container, mw)
 
startContainerLayout(container, mw)
Class Detail
metawidget.layout.TableLayout(config)
Parameters:
config
Method Detail
getLabelString(attributes, mw)
Parameters:
attributes
mw
Returns:
the label string, a blank string if no label, or null

layoutLabel(tr, idPrefix, widget, elementName, attributes, mw)
Parameters:
tr
idPrefix
widget
elementName
attributes
mw

layoutRequired(tr, attributes, mw)
Parameters:
tr
attributes
mw

layoutWidget(widget, elementName, attributes, container, mw)
Parameters:
widget
elementName
attributes
container
mw

startContainerLayout(container, mw)
Parameters:
container
mw

Documentation generated by JsDoc Toolkit 2.3.2 on Mon Dec 14 2015 20:12:11 GMT-0500 (EST)