Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
wiki:jquery_ui_intro [2009/11/01 10:41] tony created |
wiki:jquery_ui_intro [2013/05/27 10:17] (current) olegk include X-UA-Compatible meta |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== jQuery UI Integrations ====== | + | ===== jQuery UI Integrations ===== |
Since jqGrid is a jQuery plugin it is very natural that in some cases we should not reinvent the wheel. \\ | Since jqGrid is a jQuery plugin it is very natural that in some cases we should not reinvent the wheel. \\ | ||
That is the reason that we have made a decision to do some things in jqGrid using the wonderful [[http://www.jqueryui.com|jQuery UI library.]]\\ | That is the reason that we have made a decision to do some things in jqGrid using the wonderful [[http://www.jqueryui.com|jQuery UI library.]]\\ | ||
Making this we believe that users will be happy. | Making this we believe that users will be happy. | ||
- | ===== Requirements and installation ===== | + | ==== Requirements and installation ==== |
In order to use the stuffs that we have made in jqGrid it is necessary to include additionally the jQuery UI library in the head section of the document. For more information how to download the jQuery UI library visit [[http://jqueryui.com/docs/Getting_Started|here]] \\ | In order to use the stuffs that we have made in jqGrid it is necessary to include additionally the jQuery UI library in the head section of the document. For more information how to download the jQuery UI library visit [[http://jqueryui.com/docs/Getting_Started|here]] \\ | ||
After downloading the jQuery UI your configuration can look like this: | After downloading the jQuery UI your configuration can look like this: | ||
Line 12: | Line 12: | ||
<head> | <head> | ||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | ||
+ | <meta http-equiv="X-UA-Compatible" content="IE=edge" /> | ||
<title>My First Grid</title> | <title>My First Grid</title> | ||
| | ||
Line 31: | Line 32: | ||
Where jquery-ui-1.7.2.custom.min.js is the jQuery UI library \\ | Where jquery-ui-1.7.2.custom.min.js is the jQuery UI library \\ | ||
In order to overcome some confusions we recommend to download the full version of the UI library. Later in every method we provide information which jQuery UI widget is necessary to be downloaded in order to use a particular method. \\ | In order to overcome some confusions we recommend to download the full version of the UI library. Later in every method we provide information which jQuery UI widget is necessary to be downloaded in order to use a particular method. \\ | ||
- | Another important note is that when you download the jqGrid you should check the jQuery UI addons in the [[wiki:download| download section ]] | + | Another important note is that when you download the jqGrid you should check the jQuery UI addons in the [[wiki:download| download section ]] \\ |
+ | Now it is time to use it. Click here to [[ wiki:jquery_ui_methods | continue]] |