Changes between Version 4 and Version 5 of UNPLANNED_SCRIPTING_REFACTORING_R0


Ignore:
Timestamp:
09/02/09 17:42:33 (16 years ago)
Author:
mitex
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UNPLANNED_SCRIPTING_REFACTORING_R0

    v4 v5  
    7777 
    7878 * {{{JSPage}}} should extend {{{BaseJSAdapter<RootPageView>}}}. 
     79  * {{{jsGet_name}}} should call {{{PageH.getName}}}. 
     80  * {{{jsGet_pageNumber}}} ... 
     81  * {{{jsGet_frames}}} ... 
     82  * {{{jsFunction_newFrame}}} ... 
     83  * {{{jsFunction_removeFrame}}} ... 
    7984 
     85 * {{{JSFrame}}} should extend {{{BaseJSAdapter<FrameView>}}}. 
     86  * {{{jsGet_name}}} - as in {{{JSPage}}}. 
     87  * {{{jsGet_size}}} - call {{{getSize(BoundMode.OUT_BORDER)}}}. 
     88  * {{{jsSet_size}}} - set the key {{{FrameR4.KEY_SIZE}}}. 
     89  * {{{jsGet_zOrder}}} ... 
     90  * {{{jsSet_zOrder}}} ... 
     91  * {{{jsGet_contentLocation}}} ... location? 
     92  * {{{jsSet_contentLocation}}} ... 
     93  * {{{jsGet_rotatingAngle}}}, {{{jsSet_rotatingAngle}}} - analogical to get/set the size. 
    8094 
    8195  * Replace all hardcoded String literals, representing javascript class names, such as "Book", "Page", etc. with String constants.