Changes between Version 4 and Version 5 of UNPLANNED_SCRIPTING_REFACTORING_R0
- Timestamp:
- 09/02/09 17:42:33 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UNPLANNED_SCRIPTING_REFACTORING_R0
v4 v5 77 77 78 78 * {{{JSPage}}} should extend {{{BaseJSAdapter<RootPageView>}}}. 79 * {{{jsGet_name}}} should call {{{PageH.getName}}}. 80 * {{{jsGet_pageNumber}}} ... 81 * {{{jsGet_frames}}} ... 82 * {{{jsFunction_newFrame}}} ... 83 * {{{jsFunction_removeFrame}}} ... 79 84 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. 80 94 81 95 * Replace all hardcoded String literals, representing javascript class names, such as "Book", "Page", etc. with String constants.