#LOCAL("TEST", "testtle") #GUI("tab","A1"){ #A1.attributes( "id" = "GUITab", "class" = "test-class" ) .addClass("test-second test-class test-third") .removeClass("test-third") .item( "id" = "TAB1", "title" = "My Title1", "content" = #TEST ) #A1.item( "active" = 1, "id" = "TAB2", "title" = "My Title2", "content" = "My Content2" ) } #ENDGUI #ENDLOCAL