|
CAF Shared JavaScript | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--CAF.MoveRow
CAF move-row utilites.
Defined in row-tools.js
Constructor Summary | |
CAF.MoveRow
()
|
Method Summary | |
<static> void
|
down(tableId, offset)
Move selected rows down. |
<static> void
|
up(tableId, offset)
Move selected rows up. |
Constructor Detail |
CAF.MoveRow()
Method Detail |
<static> void down(tableId, offset)
tableId
- Client-side id of table.
offset
- Number of rows to move down.
<static> void up(tableId, offset)
tableId
- Client-side id of table.
offset
- Number of rows to move up.
|
CAF Shared JavaScript | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |