Changes between Version 7 and Version 8 of UNPLANNED_SCRIPTING_REFACTORING_R0


Ignore:
Timestamp:
09/02/09 19:32:43 (16 years ago)
Author:
mitex
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UNPLANNED_SCRIPTING_REFACTORING_R0

    v7 v8  
    7878 * {{{JSPage}}} should extend {{{BaseJSAdapter<RootPageView>}}}. 
    7979  * {{{jsGet_name}}} should call {{{PageH.getName}}}. 
    80   * {{{jsGet_pageNumber}}} ... 
     80  * {{{jsGet_pageNumber}}} 
     81   * find the parent {{{BookDocView}}} 
     82   * get its {{{BookView}}} 
     83   * get all pages in its model 
     84   * iterate over it to find the reference to the adapted page 
    8185  * {{{jsGet_frames}}} - iterate over the list, returned from {{{getSubElements(FrameH.class)}}}. Use {{{AppViewUtil.getView}}} to find the frame view for each frame. 
    8286  * {{{jsFunction_newFrame}}}