Class Noodle.Row.RowOnlyModel
Object
|
+--Noodle.Model
|
+--Noodle.Row.Model
|
+--Noodle.Row.RowOnlyModel
- class
Noodle.Row.RowOnlyModel
- extends Noodle.Row.Model
Row methods which apply only to rows (not pages).
Defined in row.js
Method Summary |
<static> void
|
float(<Position.Rect> rect)
Makes this row absolutely positioned.
|
<static> Object
|
isFloated()
True if this row is a floater.
|
<static> void
|
manualPosition()
No-op (for compatability with portlet ondrop handling).
|
<static> void
|
setFloated(<boolean> float)
Floats/unfloats this row.
|
<static> void
|
unfloat(<element> cell)
Makes this row positioned in a table.
|
Noodle.Row.RowOnlyModel
Noodle.Row.RowOnlyModel()
float
<static> void float(<Position.Rect> rect)
Makes this row absolutely positioned.
Parameters:
rect
- New absolute positioning rectangle.
isFloated
<static> Object isFloated()
True if this row is a floater.
manualPosition
<static> void manualPosition()
No-op (for compatability with portlet ondrop handling).
setFloated
<static> void setFloated(<boolean> float)
Floats/unfloats this row.
Parameters:
float
- True to float (defaults to true).
unfloat
<static> void unfloat(<element> cell)
Makes this row positioned in a table.
Parameters:
cell
- Table column to which to add this row.
Documentation generated by
JSDoc on Fri Sep 20 11:58:17 2013