Welcome to Pintexx Forum Sign in | Join | Faq

pinTab

Started by bitrott at 07-12-2006 10:07 . Topic has 1 replies.

Print Search
Sort Posts:    
   07-12-2006, 10:07
bitrott is not online. Last active: 17.01.2007 22:30:24 bitrott

Top 200 Posts
Joined on 07-12-2006
Posts 3
Cool [H] Scrolling controls not rendering
Reply Quote
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 = gDetailArrayIdea [I];
                    tabItem.title = gDetailArrayIdea [I];
                    if ( i == 0 )
                    {
                        tabItem.active = true;
                        tabItem.url = gDetailArraySrcIdea [I]
                    }
                    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 is not online. Last active: 12.01.2012 07:36:39 Pintexx Support

Top 10 Posts
Joined on 08-30-2005
Posts 1.910
Re: Scrolling controls not rendering
Reply Quote

Hi,

do you see the tab items ?
Could you please send a screenshot to support@pintexx.com ?

Did you already install the latest fix from www.pintexx.com --> Support --> Fix ?

Regards,
Hans-Peter


   Report 
Pintexx Forum » Developer Produ... » pinTab » Re: Scrolling controls not rendering