Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bmarkov committed Aug 11, 2019
1 parent 48b7892 commit 384bec3
Showing 1 changed file with 8 additions and 26 deletions.
34 changes: 8 additions & 26 deletions README.md
Expand Up @@ -34,44 +34,26 @@ Download and Installation

##### Files required in all projects using the SDK

* smartelement.js: Core Smart HTML Elements framework
* smart.element.js: Core Smart HTML Elements framework
* smart.elements.js: Smart HTML Elements bundle
* Stylesheet files. Include at least one stylesheet Theme file and the images folder:
* styles/smart.style.css: Stylesheet for the base Theme.
The smart.style.css file should be always included in your project.
* styles/smart.default.css: Stylesheet for the base Theme.
The smart.default.css file should be always included in your project.
* styles/images: contains images referenced in the stylesheet files

##### Files for Framework classes. Include depending on project needs:

* smart.bindingsource.js: Data Binding API
* smart.date.js: Date API
* smart.draw.js: Draw API
* smart.numeric.js: Numeric API

##### Files for elements. Include depending on project needs:

* smart.accordion.js: Accordion element
* smart.button.js: Button, Toggle Button, Repeat Button elements.
* smart.calendar.js: Calendar element
* smart.dropdownlist.js: DropDownList element
* smart.led.js: LED element
* smart.listbox.js: ListBox element
* smart.pager.js: Pager element
* smart.powerbutton.js: Power Button element
* smart.progressbar.js: Progress Bar element
* smart.radiobutton.js: Radio Button element
* smart.scrollbar.js: ScrollBar element
* smart.switchbutton.js: Switch Button element
* smart.tabs.js: Tabs element
* smart.tooltip.js: Tooltip element
* smart.window.js: Window element
https://www.htmlelements.com/docs/scripts-dependencies/

* ### Examples

The index.htm file starts the demo/examples browser
Individual UI components examples are located in the /demos directory
* ### Documentation

Browse the documentation and examples through the index.htm file
Individual documentation files are located in the /docs directory
Browse the documentation https://www.htmlelements.com/docs/

* ### Other files

The /scripts, /images, /styles folders contain the files used by the demos only.
Expand Down

0 comments on commit 384bec3

Please sign in to comment.