Last update: Thu, Sep 22, 2011 at 12:35 PM.
WorldOutline conversion
  • Okay let's see what it would take to convert worldOutline.root to the new UI regime.
  • 1. Convert worldoutlinesuite.viewmenu. Done, here's a screen shot.
    • Moved the menu out of the <div id="header"> and deleted the header div.
    • That made the menu look reasonable, except for the status message.
    • Problem with the status message is that divOpmlMenubarStatus is not defined. Solved the problem in a non-optimal way in worldOutlineSuite.setDefaultAtts by adding webApp.data.styles to the end of the systemstyles macro text.
    • We need to be sure the domain in config.mainresponder.domains is the one the sysop wants to use.
    • Need a system-level pref for this?
    • Done. But they still need to be split into system-level and user-level.
  • 5. Change the name in worldOutline.root from worldOutline to World Outline.
  • Time for a break!!