-
Notifications
You must be signed in to change notification settings - Fork 135
/
ReadMe.txt
195 lines (162 loc) · 7.6 KB
/
ReadMe.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
Installation through NPM:
The jQWidgets framework is available as NPM package:
jQuery, Javascript, Angular, Vue, React, Web Components:
https://www.npmjs.com/package/jqwidgets-scripts - source files.
https://www.npmjs.com/package/jqwidgets-framework - source files, demos, docs, images.
Web Components:
https://www.npmjs.com/package/smart-webcomponents - web components source files.
Angular Modules:
https://www.npmjs.com/package/jqwidgets-ng
https://www.npmjs.com/package/smart-webcomponents-angular
React:
https://www.npmjs.com/package/smart-webcomponents-react
Blazor:
dotnet add package Smart.Blazor
1. The SDK files are located in the jqwidgets directory
In general you need to use files from this directory only.
Files list & description:
Files required in all projects using the SDK:
jqxcore.js: Core jQWidgets framework
Stylesheet files. Include at least one stylesheet Theme file and the images folder:
styles/jqx.base.css: Stylesheet for the base Theme. The jqx.base.css file should be always included in your project.
styles/jqx.material.css: Stylesheet for the Material Theme
styles/jqx.material-purple.css: Stylesheet for the Material Purple Theme
styles/jqx.material-green.css: Stylesheet for the Material Green Theme
styles/jqx.android.css: Stylesheet for the Android Theme
styles/jqx.arctic.css: Stylesheet for the Arctic Theme
styles/jqx.web.css: Stylesheet for the Web Theme
styles/jqx.black.css: Stylesheet for the Black Theme
styles/jqx.blackberry.css: Stylesheet for the Blackberry Theme
styles/jqx.bootstrap.css: Stylesheet for the Bootstrap Theme
styles/jqx.classic.css: Stylesheet for the Classic Theme
styles/jqx.dark.css: Stylesheet for the Dark Theme
styles/jqx.darkblue.css: Stylesheet for the DarkBlue Theme
styles/jqx.energyblue.css: Stylesheet for the EnergyBlue Theme
styles/jqx.fresh.css: Stylesheet for the Fresh Theme
styles/jqx.highcontrast.css: Stylesheet for the High Contrast Theme
styles/jqx.light.css: Stylesheet for the Light Theme
styles/jqx.flat.css: Stylesheet for the Flat Theme
styles/jqx.metro.css: Stylesheet for the Metro Theme
styles/jqx.metrodark.css: Stylesheet for the Metro Dark Theme
styles/jqx.mobile.css: Stylesheet for the Mobile Theme
styles/jqx.office.css: Stylesheet for the Office Theme
styles/jqx.orange.css: Stylesheet for the Orange Theme
styles/jqx.shinyblack.css: Stylesheet for the ShinyBlack Theme
styles/jqx.summer.css: Stylesheet for the Summer Theme
styles/jqx.windowsphone.css: Stylesheet for the Windows Phone Theme
styles/jqx.ui-darkness.css: Stylesheet for the UI Darkness Theme
styles/jqx.ui-lightness.css: Stylesheet for the UI Lightness Theme
styles/jqx.ui-le-frog.css: Stylesheet for the UI Le Frog Theme
styles/jqx.ui-overcast.css: Stylesheet for the UI Overcast Theme
styles/jqx.ui-redmond.css: Stylesheet for the UI Redmond Theme
styles/jqx.ui-smoothness.css: Stylesheet for the UI Smoothness Theme
styles/jqx.ui-start.css: Stylesheet for the UI Start Theme
styles/jqx.ui-sunny.css: Stylesheet for the UI Sunny Theme
styles/images: contains images referenced in the stylesheet files
Files for individual widgets and plug-ins. Include depending on project needs:
jqxangular.js: AngularJS integration plug-in
jqxbargauge.js: BarGauge widget
jqxbuttons.js: Button, RepeatButton, SubmitButton & ToggleButton widgets
jqxbulletchart.js: BulletChart widget
jqxbuttongroup.js: Button group widget
jqxcalendar.js: Calendar widget
jqxcombobox.js: ComboBox widget
jqxcomplexinput.js: Complex Numbers TextBox widget
jqxchart.core.js: Chart widget's Core
jqxchart.rangeselector.js: Chart Range Selector
jqxchart.api.js: Chart API
jqxchart.annotations.js: Chart's annotations
jqxchart.waterfall.js: Waterfall Chart
jqxcheckbox.js: CheckBox widget
jqxdate.js: DateTime plug-in
jqxdata.js: Data Source plug-in
jqxdata.export.js: Data Export plug-in
jqxdatetimeinput.js: DateTimeInput widget
jqxcolorpicker.js: Color Picker widget
jqxdatatable.js: DataTable widget
jqxdocking.js: Docking widget
jqxdropdownbutton.js: DropDown Button widget
jqxdragdrop.js: DragDrop plug-in
jqxdraw.js: Draw Plugin.
jqxdockpanel.js: DockPanel widget
jqxdockinglayout.js: Docking Layout widget
jqxdropdownlist.js: DropDownList widget
jqxeditor.js: Editor widget
jqxexpander.js: Expander widget
jqxfileupload.js: FileUpload widget
jqxformattedinput.js: Binary, Octal, Hex TextBox widget
jqxform.js: Form widget.
jqxgrid.js: Grid widget
jqxgrid.sort.js: Grid Sort plug-in
jqxgrid.filter.js: Grid Filter plug-in
jqxgrid.grouping.js: Grid Grouping plug-in
jqxgrid.selection.js: Grid Selection plug-in
jqxgrid.columnsresize.js: Grid Columns Resize plug-in
jqxgrid.columnsreorder.js: Grid Columns Reorder plug-in
jqxgrid.pager.js: Grid Pager plug-in
jqxgrid.edit.js: Grid Editing plug-in
jqxgrid.storage.js: Grid Save/Load state plug-in
jqxgrid.aggregates.js: Grid Aggregates plug-in
jqxgauge.js: Radial and Linear Gauge widget
jqxinput.js: TextBox widget
jqxknockout.js: Knockout integration plug-in
jqxknob.js: Knob widget
jqxkanban.js: Kanban widget
jqxlayout.js: Layout widget
jqxlistbox.js: ListBox widget
jqxloader.js: Loader widget
jqxmaskedinput.js: Masked TextBox widget
jqxmenu.js: Menu widget
jqxnavigationbar.js: NavigationBar widget
jqxnavbar.js: NavBar widget
jqxnotification.js: Notification widget
jqxnumberinput.js: NumberInput TextBox widget
jqxpanel.js: Panel widget
jqxpopover.js: Popover widget
jqxprogressbar.js: ProgressBar widget
jqxpasswordinput.js: Password input widget
jqxpivotgrid.js: Pivot Grid widget.
jqxrating.js: Rating widget
jqxradiobutton.js: RadioButton widget
jqxrangeselector.js: RangeSelector widget
jqxresponse.js: Response plug-in
jqxribbon.js: Ribbon widget
jqxresponsivepanel.js: Responsive Panel widget
jqxswitchbutton.js: Switch Button widget
jqxscrollbar.js: ScrollBar widget
jqxscrollview.js: ScrollView widget
jqxsplitter.js: Splitter widget
jqxslider.js: Slider widget
jqxscheduler.js: Scheduler widget
jqxscheduler.api.js: Scheduler API plugin
jqxsortable.js: Sortable plugin
jqxtabs.js: Tabs widget
jqxtree.js: Tree widget
jqxtagcloud.js: Tagcloud widget
jqxtreemap.js: TreeMap widget
jqxtreegrid.js: TreeGrid widget
jqxtoolbar.js: Toolbar widget
jqxtooltip.js: ToolTip widget
jqxvalidator.js: Validation plug-in
jqxwindow.js: Window widget
File for all widgets and plug-ins:
jqx-all.js
2.Examples
Individual widget/component examples are located in the /demos directory
The mobile examples are located in the /demos/Javascript & JQuery/mobiledemos directory
The php & mysql integration demos are located in the demos/PHP directory..
All php integration samples use and require the Northwind Database(/phpdemos/Northwind.MySQL5.sql).
Any examples that use Ajax need to be on a Web Server/LocalHost in order to work correctly.
Angular examples are located in the /demos/Angular directory.
Vue examples are located in the /demos/Vue.js directory.
React examples are location in the /demos/React directory.
ASP .NET examples are located in the /demos/ASP.NET MVC and /demos/ASP.NET Tag Helpers directories.
JSP examples are in /demos/JSP directory.
Custom Elements/Web Components are in /demos/Web Components directory.
3.Documentation
Browse the documentation and examples online on our website: https://www.jqwidgets.com/
4.Other files
The /scripts, /images, /styles folders contain the jquery library and
other files used by the demo only.
5.License & Purchase
For more information regarding the licensing, please visit: https://www.jqwidgets.com/license