Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Reverted by ConfluenceCloudBulkEditor.py

...

Scroll tablelayout
style
sortDirectionASC
repeatTableHeadersdefault
style
widths16%, 10%, 13%, 61%
sortByColumn1
sortEnabledfalse
cellHighlightingtrue

...

Scroll tablelayout
sortDirectionASC
repeatTableHeadersdefault
style
widths10%, 15%, 14%, 13%, 48%
stylesortByColumn1
sortEnabledfalse
cellHighlightingtrue

NameFlag argumentsArgument typeExclusive toComments
to1stringLets you dock the window to the side of another docking window. Using this flag lets you create complex window layouts.

Return value

void

Examples

...

// Create a User Window 

...


createWindow "DockTest";

...


// Dock it to the left of the Attributes window

...


dockWindow "DockTest" "left" -to "Attributes";

Additional information

Related commands

...