Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    TabSet, Left margin of tabs

    Hi everybody,

    Is it possible to move the tabs to the left?

    My tabs are positoned in the top left, but I would like to move or indent the tab headers with e.g. 200px. Notice that I only want to move the tabs and not the panes.

    See my very advanced figure below:

    _|TAB1|_|TAB2|_|TAB3|___________

    ________|TAB1|_|TAB2|_|TAB3|____

    Is this possible?

    Best Regards

    #2
    Ok, so now I have solved the problem, but Im still hoping for a better and more easy solution.

    I copied the enterprise theme folder to my WAR (followed the quick start guide chapter 9).

    I edited the load_skin.js file, where I found the property named "layoutStartMargin" (in section6 for the Tabsets) and changed it to my desired indentation value. I tried to invoke TabSet.setProperty with the name of the property and my value, but I got a JavaScriptException: (TypeError): widget is null.

    It works, but I feel it could have done in another way.

    Any comments on this?

    Comment

    Working...
    X