How to add style for “No items” state in Spreadsheet component
06 Apr 2009 at 07:40 Łukasz Lipiński (No Comments)
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 CSS code */
}If You don’t see results, go to presentation section and check what class name have this element:
<j:empty caption=".">
<div class="empty"> </div>
</j:empty>If You still don’t see any changes, clear cache in Your browser.
