Hi, Is there any XForm control which can represent data in
excel like grid??? Thanks and regards, Rakesh DISCLAIMER ========== This e-mail may contain privileged and confidential information which is the property of Persistent Systems Ltd. It is intended only for the use of the individual or entity to which it is addressed. If you are not the intended recipient, you are not authorized to read, retain, copy, print, distribute or use this message. If you have received this communication in error, please notify the sender and delete all copies of this message. Persistent Systems Ltd. does not accept any liability for virus infected mails. -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
rakesh,
> Is there any XForm control which can represent data in excel like > grid??? afaik no, but you can easily build such a grid using a html table and xforms:repeat. hth florian -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Administrator
|
I guess I depend how far you want to go. If you just want a grid with
values and inputs, as Florian says, xforms:repeat will go a long way. If you want an infinite grid like Excel (or maybe more like Google Docs), and with more Excel-like features, then a lot more work will be needed. Note that we also now have a component that uses the YUI Datatable: http://developer.yahoo.com/yui/datatable/ Documentation on this coming. Not sure if that's of any help to you. But Orbeon Forms implements parts of XBL which allow you to build higher-level components within XForms. We have a beginning of documentation here: http://wiki.orbeon.com/forms/doc/developer-guide/xbl-components-guide -Erik On Mar 25, 2009, at 12:26 AM, Florian Schmitt wrote: > rakesh, > >> Is there any XForm control which can represent data in excel like >> grid??? > > afaik no, but you can easily build such a grid using a html table and > xforms:repeat. > > hth > florian > > > -- > You receive this message as a subscriber of the [hidden email] > mailing list. > To unsubscribe: mailto:[hidden email] > For general help: mailto:[hidden email]?subject=help > OW2 mailing lists service home page: http://www.ow2.org/wws Orbeon Forms - Web Forms for the Enterprise Done the Right Way http://www.orbeon.com/ -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Free forum by Nabble | Edit this page |