NetTalk Central

Author Topic: Dynamic Form  (Read 2876 times)

walter.dasilva

  • Sr. Member
  • ****
  • Posts: 314
  • SOFTVALE
    • MSN Messenger - walter@softvale.com.br
    • View Profile
    • SOFTVALE
Dynamic Form
« on: September 21, 2012, 11:23:45 AM »
Hi,

I'm studying the possibility to create a web app for surveys. so, is it possible to create dynamics forms using wizard style?

thanks
Walter
Walter - SOFTVALE

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11183
    • View Profile
Re: Dynamic Form
« Reply #1 on: September 24, 2012, 12:02:45 AM »
yes it's possible, but it's not trivial to do so. By which I mean there's no template support for fields to be created on the fly, so some embed code would be necessary.

That said, you would be able to make use of all the methods that exist for creating controls, so it would be a lot easier
than generating the HTML from scratch.

cheers
Bruce

walter.dasilva

  • Sr. Member
  • ****
  • Posts: 314
  • SOFTVALE
    • MSN Messenger - walter@softvale.com.br
    • View Profile
    • SOFTVALE
Re: Dynamic Form
« Reply #2 on: September 24, 2012, 04:36:14 AM »
Hi Bruce,

I understand you and agree. so, do i have all documentation for those methods?

Thanks
Walter
Walter - SOFTVALE

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11183
    • View Profile
Re: Dynamic Form
« Reply #3 on: September 24, 2012, 06:05:26 AM »
no, there's no direct docs for the class methods. However you can see the prototypes etc in netweb.clw. And you can inspect generated code to see the calls that make the html for specific control types.

cheers
Bruce