Changes between Version 20 and Version 21 of SCRIPTING_ACTIONS_API_R0


Ignore:
Timestamp:
09/07/09 19:46:52 (16 years ago)
Author:
mitex
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SCRIPTING_ACTIONS_API_R0

    v20 v21  
    181181  * Methods: 
    182182   * 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]);}}} 
    184184 
    185185 * Frame