NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: walter.dasilva on September 21, 2012, 11:23:45 AM

Title: Dynamic Form
Post by: walter.dasilva 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
Title: Re: Dynamic Form
Post by: Bruce 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
Title: Re: Dynamic Form
Post by: walter.dasilva 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
Title: Re: Dynamic Form
Post by: Bruce 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