New ICEFaces compatible table component.
[Logo]
Forums for ICEfaces and ICEpdf
[Search] Search   [Recent Topics] Recent Topics   [Groups] Home Page | www.icefaces.org  [Register] Register  [Login] Login 
New ICEFaces compatible table component.  XML
Forum Index -> Components Go to Page: Previous  1, 2, 3
Author Message
r1a1v1i1

Joined: 14/03/2008 00:00:00
Messages: 68
Offline


Thanks for your suggestion. Now i am getting everything. Can we disable the calendar using property "disabled" or we have to do with css, as in my application user has given option to choose dates only when used in custom mode?

Thank You,
Ravi
r1a1v1i1

Joined: 14/03/2008 00:00:00
Messages: 68
Offline


Hi,
The problem for me is fixed by using the following lines in snappy.js [Appended 'px']
div.style.top = (d[1]+25) +'px';
div.style.left = (d[0]-45) + 'px';

This solved my alignment problem.

Thanks,
Ravi
r1a1v1i1

Joined: 14/03/2008 00:00:00
Messages: 68
Offline


Hi,
The problem for me is fixed by using the following lines in snappy.js [Appended 'px']
div.style.top = (d[1]+25) +'px';
div.style.left = (d[0]-45) + 'px';

This solved my alignment problem.

Thanks,
Ravi
florinandone

Joined: 22/04/2009 00:00:00
Messages: 6
Offline


Hi Rob,
This looks very nice.
It would be possible to populate this table from a data model?
I would like to start from a list with 1-10 million elements represented as POJOS(all are in memory already). Also I would imagine some reflective code that show by default all the properties but the user can hide some of them.

Did you see components like this before?

Thank you,
Florin.

 
Forum Index -> Components Go to Page: Previous  1, 2, 3
Go to:   
Powered by JForum 2.1.7ice © JForum Team