Angular Tabs features

Tabs Component Introduction In this blog we will show you the main features of our Tabs component for Angular. The Tabs component for Angular allows you to have several views in the space of one and the same window. The … Continue reading
ANGULAR, Angular 2, Angular5, AngularJS, jqxTabs, typescript
, , , , , ,

Leave a comment

Save jqxTabs selection with Cookies

1. Before the jqxTabs initialization, check for a saved index. If there’s index, set the jqxTabs ‘selectedItem’ property to point to the index. var index = $.jqx.cookie.cookie(“jqxTabs_jqxWidget”);if (undefined == index) index = 0;$(‘#jqxTabs’).jqxTabs({selectedItem: index, width: ‘90%’, height: 200, position: ‘top’, … Continue reading
JavaScript, jQuery, jqxTabs
, , , , , , , , , , , , ,

Leave a comment

Load Tabs with Ajax

In this post, we are going to illustrate how to dynamically add new tabs to the jqxTabs widget. Each new tab will be loaded with AJAX. – The first step is to add all JavaScript and CSS dependencies for the … Continue reading
JavaScript, JavaScript Plugins, JavaScript UI, JavaScript UI Plugins, JavaScript UI Widgets, JavaScript Widgets, jQuery, jQuery Plugins, jQuery UI, jQuery UI Plugins, jQuery UI Widgets, jQuery Widgets, jQWidgets, jqxTabs
, , , , , , , , , , , , , , , , ,

Leave a comment

Tabs Editing

In this post, we will show you how to edit the Tabs titles at run-time. The task is to open a text Input when the user double-clicks a tab title. The input should be initialized with the title of the … Continue reading
JavaScript, JavaScript Plugins, JavaScript Widgets, jQuery, jQuery Plugins, jQuery UI, jQuery UI Plugins, jQuery UI Widgets, jQuery Widgets, jQWidgets, jqxTabs
, , , , , , , , , , , , , , , , , , , , , ,

Leave a comment

jQuery Tabs Widget With Nice ScrollBars

In this post, we will use the jqxTabs and jqxPanel widgets and will illustrate how to add them to your web page and add a Panel widget as a content in each Tab. Doing this, we will replace the standard … Continue reading
JavaScript Plugins, JavaScript Widgets, jQuery, jQuery Plugins, jQuery UI, jQuery UI Plugins, jQuery UI Widgets, jQuery Widgets, jQWidgets, jqxTabs
, , , , , , , , , , , , , , , , , , , , , , , ,

2 Comments

Tabs with Context Menu

In this post we will illustrate how to add a context menu to the Tabs widget. The Context Menu should be displayed when the mouse’s right button is clicked and the mouse cursor is over the Tabs widget. The Menu … Continue reading
JavaScript, JavaScript Plugins, JavaScript Widgets, jQuery, jQuery Plugins, jQuery UI, jQuery UI Plugins, jQuery UI Widgets, jQuery Widgets, jQWidgets, jqxMenu, jqxTabs
, , , , , , , , , , , , , , , , , , , , , , , , , , ,

Leave a comment