Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Saving Raw Text with input controls
#2
The problem here is that the controls that you create in your HTML file (e.g input controls) don't have any correspondent class/control on server side. When you change anything on the browser, the server is not notified of those changes (through a request).

Do you have a list of types of controls that you have (e.g. edits, combo boxes, radio buttons, check boxes, etc)?

I believe the best way to do this is via templates. A mix of raw HTML for most of the document + a few IW controls that can be created at runtime...
Reply


Messages In This Thread
RE: Saving Raw Text with input controls - by Alexandre Machado - 02-24-2022, 10:12 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)