buildTabEditor(); $( \'#tabEditorTable\' ).sortable({ stop: function () { var inputs = $(\'input.order\'); var nbElems = inputs.length; $(\'input.order\').each(function(idx) { $(this).val(idx + 1); }); submitTabOrder(); } });
Tab Editor
# NAME CATEGORY GROUP TYPE DEFAULT ACTIVE SPLASH EDIT DELETE

Add New Tab

Edit Tab

';