Four-Column Splitter

Let’s see how to create a Splitter with 4 columns. The same approach can be used for creating a Splitter with any number of columns. 1. Add the HTML structure to the document’s body. The HTML markup contains a DIV … Continue reading
jqxSplitter
, , , , , , , , , , , , , , , , , , , , , ,

Leave a comment

Fit Splitter to the Web Page’s bounds

To create a Splitter that fits to the document’s bounds, you need to set its ‘width’ and ‘height’ properties to ‘100%’ and set also the width and height properties of the web page to ‘100%’. The splitter will automatically adjust … 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, jqxSplitter
, , , , , , , , , , , , , , , , , , ,

Leave a comment

Three-Pane Splitter

In this post, we will show you how to create a simple three pane splitter. 1. Create the HTML structure for the Splitters. The jqxSplitter widget requires at least 3 DIV tags – 1 container DIV and 2 nested DIV … Continue reading
JavaScript, JavaScript Plugins, JavaScript Widgets, jQuery, jQuery Plugins, jQuery UI, jQuery UI Plugins, jQuery UI Widgets, jQuery Widgets, jQWidgets, jqxSplitter
, , , , , , , , , , , , , , , , , , , , , ,

2 Comments

Splitter Auto Resizing

In this post, we will show you how to make jqxSplitter fit to the size of the document’s body. First you have to add the following HTML to the document’s body: <div id=”splitter”> <div></div> <div></div></div> This is going to represet … Continue reading
JavaScript, JavaScript Plugins, JavaScript Widgets, jQuery, jQuery Plugins, jQuery UI, jQuery UI Plugins, jQuery UI Widgets, jQuery Widgets, jqxSplitter
, , , , , , , , , , , , , , , , , ,

Leave a comment

Working with Nested Splitters

In this post we will introduce you how to build your page layout using nested splitters. Create a HTML file called NestedSplitters.html that contains the following HTML code: <!DOCTYPE html> <html lang="en"> <head> <title></title> <link rel="stylesheet" href="../../jqwidgets/styles/jqx.base.css" type="text/css" /> <link … Continue reading
JavaScript, JavaScript Plugins, JavaScript Widgets, jQuery, jQuery Plugins, jQuery UI, jQuery UI Plugins, jQuery UI Widgets, jQuery Widgets, jQWidgets, jqxSplitter
, , , , , , , , , , , , , , , , , ,

Leave a comment