|
|
pinTab
Started by bitrott at 07-12-2006 10:07 . Topic has 1 replies.
 
 
|
|
Sort Posts:
|
|
|
|
07-12-2006, 10:07
|
bitrott
Joined on 07-12-2006
Posts 3
|
Scrolling controls not rendering
|
|
|
|
|
Hello, I've set tabMode to "2" and it never shows the scroll buttons. All the other buttons show up just fine See code below:
function tabCreate(objTab, id) { tab = objTab; objTab.design = "3"; objTab.orientation = "0"; objTab.tabarea = true; objTab.designmode = "IMAGE"; objTab.tabMode = "2"; objTab.refreshAfterLoad = true; for( var i = 0; i < gDetailArray.length; i++ ) \\len is about 5- 15 { var tabItem= objTab.createItem(); tabItem.text = gDetailArray ; tabItem.title = gDetailArray ; if ( i == 0 ) { tabItem.active = true; tabItem.url = gDetailArraySrc![Idea [I]](/emoticons/emotion-55.gif) } else tabItem.url = ""; objTab.add(tabItem); } objTab.create(); }
<iframe id="uID" name="uID" class="tab-iframe" src="../tab/pinTab.html?id=12325" frameborder="0" scrolling="no"></iframe>
and the class looks like: iframe.tab-iframe { Z-Index: 100; left: 0px; position: relative; top: 0px; Width: 500px; height: 500px; margin: 0; }
Any help would be appreciated.
|
|
|
|
|
Report
|
|
|
|
07-13-2006, 9:10
|
Pintexx Support
Joined on 08-30-2005
Posts 1.910
|
Re: Scrolling controls not rendering
|
|
|
|
|
|
|
|
|
Pintexx Forum » Developer Produ... » pinTab » Re: Scrolling controls not rendering
|
|
|
|