Posty z etykietą ‘skin’


How to create a component for Javeline Platform – Part 1

This article was written for Javeline Platform library. Examples contained therein are not fully compatible with the library Ajax.org Platform, which is the continuation of. Visit www.ajax.org for more details.

You’ll find answers on following questions:

Which namespace should be used, and what files should be included
How default skin declaration looks
How much javascript code is needed to [...]

Javeline Components

How to add style for “No items” state in Spreadsheet component

This article was written for Javeline Platform library. Examples contained therein are not fully compatible with the library Ajax.org Platform, which is the continuation of. Visit www.ajax.org for more details.

Spreadsheet component is depreciated since Ajax.org Platform 3.0.

Open Your skin file and add this in spreadsheet skin:

.spreadsheet .records div.empty {
/* Here goes [...]

Javeline Components, Snippets

How to add selecting rows in spreadsheet

This article was written for Javeline Platform library. Examples contained therein are not fully compatible with the library Ajax.org Platform, which is the continuation of. Visit www.ajax.org for more details.

Spreadsheet component is depreciated since Ajax.org Platform 3.0.

This is very simple operation. Please open Your skin.xml file and find Spreadsheet skin.
Under:

.spreadsheet .records div { [...]

Javeline Components, Snippets