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.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.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.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:
	
  jqxbutton.js: Button, RepeatButton, SubmitButton & ToggleButton widgets
  jqxbuttongroup.js: Button Group widget
  jqxbulletchart.js Bullet Chart widget
  jqxcalendar.js: impements Calendar widget
  jqxchart.js: Chart widget
  jqxcheckbox.js: CheckBox widget   
  jqxcombobox.js: ComboBox widget
  jqxcolorpicker.js: Color Picker widget
  jqxdata.js: Data Source plug-in  
  jqxdata.export.js: Data export plug-in  
  jqxdatatable.js DataTable widget.
  jqxdropdownbutton.js: DropDownButton widget
  jqxdatetimeinput.js: impements DateTimeInput widget
  jqxdockpanel.js: DockPanel widget
  jqxdropdownlist.js: DropDownList widget
  jqxdocking.js: Docking widget
  jqxdragdrop.js: DragDrop plug-in
  jqxexpander.js: Expander 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 paging plug-in
  jqxgrid.edit.js: Grid edit plug-in
  jqxgrid.aggregates.js: Grid aggregates plug-in
  jqxgrid.export.js: Grid export plug-in
  jqxgrid.storage.js: Grid Save/Load state plug-in
  jqxangular.js: AngularJS plug-in
  jqxgauge.js: Gauge widget
  jqxinput.js: Input widget
  jqxknockout.js: Knockout Integration plug-in
  jqxlistbox.js: ListBox widget
  jqxlistmenu.js: ListMenu widget
  jqxmaskedinput.js: Masked TextBox widget
  jqxmenu.js: Menu widget
  jqxnavigationbar.js: NavigationBar widget
  jqxnumberinput.js: NumberInput TextBox widget
  jqxpanel.js: Panel widget
  jqxprogressbar.js: ProgressBar widget
  jqxpasswordinput.js: Password widget
  jqxresponse.js: Response plug-in  
  jqxrating.js: Rating widget
  jqxrangeselector.js: Range Selector widget  
  jqxradiobutton.js: RadioButton widget   
  jqxswitchbutton.js: Switch Button widget
  jqxscrollbar.js: ScrollBar widget
  jqxslider.js: Slider widget
  jqxsplitter.js: Splitter widget
  jqxscrollview.js: ScrollView widget
  jqxtabs.js: Tabs widget
  jqxtree.js: Tree widget
  jqxtreemap.js: TreeMap widget
  jqxtouch.js plug-in: which simlifies handling of touch events
  jqxtooltip.js: ToolTip widget
  jqxvalidator.js: Validator plug-in
  jqxwindow.js: Window widget
  jqxnotification.js Notification widget

  File for all widgets and plug-ins:

  jqx-all.js

2.Examples

  The index.htm file starts the demo/examples browser
  Individual widget examples are located in the /demos directory
  The mobile examples are located in the /mobiledemos directory
  The php & mysql integration demos are located in the /phpdemos and demos/php directories. 
  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 in order to work correctly. 

3.Documentation

  Browse the documentation and examples through the index.htm file
  Individual documentation files are located in the /documentation directory
   
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: http://www.jqwidgets.com/license

