@@ -34,44 +34,26 @@ Download and Installation
3434
3535 ##### Files required in all projects using the SDK
3636
37- * smartelement.js: Core Smart HTML Elements framework
37+ * smart.element.js: Core Smart HTML Elements framework
38+ * smart.elements.js: Smart HTML Elements bundle
3839 * Stylesheet files. Include at least one stylesheet Theme file and the images folder:
39- * styles/smart.style .css: Stylesheet for the base Theme.
40- The smart.style .css file should be always included in your project.
40+ * styles/smart.default .css: Stylesheet for the base Theme.
41+ The smart.default .css file should be always included in your project.
4142 * styles/images: contains images referenced in the stylesheet files
4243
43- ##### Files for Framework classes. Include depending on project needs:
44-
45- * smart.bindingsource.js: Data Binding API
46- * smart.date.js: Date API
47- * smart.draw.js: Draw API
48- * smart.numeric.js: Numeric API
4944
5045 ##### Files for elements. Include depending on project needs:
5146
52- * smart.accordion.js: Accordion element
53- * smart.button.js: Button, Toggle Button, Repeat Button elements.
54- * smart.calendar.js: Calendar element
55- * smart.dropdownlist.js: DropDownList element
56- * smart.led.js: LED element
57- * smart.listbox.js: ListBox element
58- * smart.pager.js: Pager element
59- * smart.powerbutton.js: Power Button element
60- * smart.progressbar.js: Progress Bar element
61- * smart.radiobutton.js: Radio Button element
62- * smart.scrollbar.js: ScrollBar element
63- * smart.switchbutton.js: Switch Button element
64- * smart.tabs.js: Tabs element
65- * smart.tooltip.js: Tooltip element
66- * smart.window.js: Window element
47+ https://www.htmlelements.com/docs/scripts-dependencies/
48+
6749* ### Examples
6850
6951 The index.htm file starts the demo/examples browser
7052 Individual UI components examples are located in the /demos directory
7153* ### Documentation
7254
73- Browse the documentation and examples through the index.htm file
74- Individual documentation files are located in the /docs directory
55+ Browse the documentation https://www.htmlelements.com/docs/
56+
7557* ### Other files
7658
7759 The /scripts, /images, /styles folders contain the files used by the demos only.
0 commit comments