[CLOSED] Move tabs Tabs Style Google Chrome

  1. #1

    [CLOSED] Move tabs Tabs Style Google Chrome

    Is there any way to move tabs Tabs Style Google Chrome?
    Last edited by Daniil; May 25, 2011 at 1:57 PM. Reason: [CLOSED]
  2. #2
  3. #3
    Quote Originally Posted by Daniil View Post

    I put this plugin, I need to put something else in my project?
    Because you talk in this post I have to add a script?
    You can show me how?

    <Plugins>
            <ext:GenericPlugin InstanceName="Ext.ux.SlidingTabs" />
        </Plugins>
  4. #4
    Yes, you have to download the plugin's script and add it to a page using <script> tag.
  5. #5
    Quote Originally Posted by Daniil View Post
    Yes, you have to download the plugin's script and add it to a page using <script> tag.
    I guess I must be missing something else, because when he will run the following script gives an error stating that "ext" is not defined.

    Ext.ux.SlidingTabs = Ext.extend( Object, {
    
        init: function( panel ) {
            panel.initTab = panel.initTab.createSequence( this.initTab, panel );
        },
    
        initTab: function( item, index ) {
            if ( !this.slidingTabsID ) {
                this.slidingTabsID = Ext.id();
            }
    
            new Ext.ux.DDSlidingTabs( this.getTemplateArgs( item ), this.slidingTabsID, {
                tabpanel: this // Pass a reference to the tabpanel for each dragObject
            });
        }
    
    });
  6. #6
    Place the script into the <head> just after:
    <ext:ResourcePlaceHolder runat="server" Mode="ScriptFiles" />
  7. #7
    Quote Originally Posted by Daniil View Post
    Place the script into the <head> just after:
    <ext:ResourcePlaceHolder runat="server" Mode="ScriptFiles" />
    It's working, thanks.
  8. #8
    Now it's possible to accomplish it by doing the following: https://examples2.ext.net/#/TabPanel...rderable_Tabs/

Similar Threads

  1. [CLOSED] Problem with Google Chrome.
    By farisqadadeh in forum 1.x Legacy Premium Help
    Replies: 30
    Last Post: Jan 02, 2011, 6:10 PM
  2. [CLOSED] Tab Panel Not Rendering In Google Chrome
    By garrisrd in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Aug 11, 2010, 8:23 AM
  3. google chrome help
    By [WP]joju in forum 1.x Help
    Replies: 0
    Last Post: Oct 02, 2009, 4:27 AM
  4. Google Chrome ignores key mapping?
    By dbassett74 in forum 1.x Help
    Replies: 0
    Last Post: May 29, 2009, 6:56 PM
  5. Google Chrome ComboBox Render
    By davidhoyt in forum Bugs
    Replies: 3
    Last Post: Dec 18, 2008, 9:48 PM

Posting Permissions