| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

FormManager

Page history last edited by PBworks 18 years ago


 

FormManager

(extends Object)


Object Summary

A web form helper object.

 

FormManager is used to pre-process form fiels, such as removing extra whitespace, changing html entity references.

 

Although FormManager makes things easy to manage on the client-side; it should not be considered as a security measure.

 

As it's always the case, any control that is done on the client side has to be done on the server-side for reliability.

 

The object is used to trim form input fields and escape html tags.


Constructor

This object is statically accessed. It has no constructor.


Methods

 

FormManager.prepareFormField(varargin)

 

parameters

varargin - Variable number of input arguments.

 

comments

Trims and converts the contents of all the inputs in the argument list.


See Also

 

None given.


Usage Examples

 

None given. Be the first one to add a usage example!

Comments (0)

You don't have permission to comment on this page.