two_column_layout.js | |
bbop. | Reusable object to create a two-column layout. |
Functions | |
two_column_layout | Produce a div containing a CSS hardwired two-column layout. |
Reusable object to create a two-column layout.
Subclass of bbop.html.tag.
Functions | |
two_column_layout | Produce a div containing a CSS hardwired two-column layout. |
bbop.widget.display.two_column_layout = function ( col1, col2 )
Produce a div containing a CSS hardwired two-column layout. These are currently hardwired to:
'class': 'twocol-leftcolumn', 'style': 'margin-top: -15px;' 'class': 'twocol-content', 'style': 'margin-left: 26em; margin-top: -15px;'
col1 | the string or bbop.html object for the left column |
col2 | the string or bbop.html object for the right column |
bbop.html.tag subclass
Produce a div containing a CSS hardwired two-column layout.
bbop.widget.display.two_column_layout = function ( col1, col2 )