Changes between Version 20 and Version 21 of SCRIPTING_ACTIONS_API_R0
- Timestamp:
- 09/07/09 19:46:52 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SCRIPTING_ACTIONS_API_R0
v20 v21 181 181 * Methods: 182 182 * newFrame() | Creates a new frame in the page and returns it. | 183 * removeFrame( index) | Removes the frame with the given index (starting from zero) |183 * removeFrame(frame) | Removes the given frame | Remove first frame in a page: {{{page.removeFrame(page.frames[0]);}}} 184 184 185 185 * Frame