I can use a grid to display an enter data. But I'd like a tablelayout, populated be a datasource:
would become a nice dynamically created table layout:
|
Hi Paul, We have plans to extend the capabilities of Formspider to support such designs. There is no time table set to implement this feature though. Kind Regards, 1
We implemented a new panel type called repeatPanel in FS Mobile which is not exactly what you want but would give you a lot more flexibility in your Panel designs. A repeatPanel is a panel with a datasource attached. Formspider loops over the rows in this datasource and keeps adding the content of the panel for each row in the datasource to the screen. We intend to bring something similar to FS Desktop at some point.
(03 Dec '14, 09:33)
Yalim ♦♦
Let me clarify the explanation of repeatPanel a little bit. It doesn't "redraw" the content, I think a better way to put it is it keeps adding new tags to the Panel XML while looping over the rows. I edited the previous comment accordingly.
(03 Dec '14, 10:32)
Yalim ♦♦
|
Hi Paul, The easiest way to achieve this is to populate an HTML table based on your data display it through the htmlEditor component. Hope this helps, |
Great idea but that would be read only, right? I cannot put formspider textFields into an htmlEditor's text? And it would be the Formspider look and feel, (decoration etc), right? Hi Paul, The HTML you'd generate would be standard HTML and would have nothing to do with Formspider. It would be like a web page showing inside a Formspider application.
(03 Dec '14, 09:25)
Yalim ♦♦
|