EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: xunis on December 07, 2013, 01:04:13 AM



Title: question obout tabs
Post by: xunis on December 07, 2013, 01:04:13 AM
Code:
                $('#tt').tabs('add', {
                    title: 'apiname',
                    content: 'content',
                    closable: false,
                    selected:true,
                    //insertIndex: 1      I have a demand,I want to insert a tab to the designated location,  i know not what i do?please help me,tks!

                });