How to add selecting rows in spreadsheet
01 Apr 2009 at 11:51 Ł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.
This is very simple operation. Please open Your skin.xml file and find Spreadsheet skin.
Under:
.spreadsheet .records div { }
add this:
.spreadsheet .records div.selected { //css code for selected row when spreadsheet is not focused } .spreadsheetFocus .records div.selected { //css code for selected row when spreadsheet is focused }
That’s all.
