Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

No Format
XMLDocument getLayout()
       void setLayout(XMLDocument)
       void saveLayout()
       Node getLayoutRoot()
       Node addFolder(name, parentNode, nextNode)
       Node addPortlet(fname, parentNode, nextNode)
       void setParameter(node, name, value[])
       void deleteParameter(node, name)
Panel
borderColor#ccc
bgColor#FFFFCE
titleBGColor#F7D6C1
titleModality
borderStyledashed

I don't really like the idea of save/set options, since I really think that the model should be non-modal. Right now there's this oddity of actions like remove channel which happen immediately, but other options which are applied and then saved. Getting users to save changes in particular seems like it's as hard as getting them to logout.

So, for My VT, adding a tab might work like this:

...