SecretForm.js
Summary
Contains SecretForm class.
This is part of Troika.ASP Framework - web development MVC framework for ASP 3.0.
Please visit www.troika-asp.com for more details.
Version: $Revision: 1.3 $
Author: Pavel Chuchev pav@troika-asp.com
|
Class Summary
|
| SecretForm |
This is RequestContext SecretForm class. |
SecretForm.prototype = new RequestContext();
SecretForm.prototype.constructor = SecretForm;
function SecretForm(action) {
if (arguments.length) {
this.init(action);
}
this.secretInfo = null;
}
SecretForm.prototype.init = function (action) {
RequestContext.prototype.init.call(this, action);
return this;
};
www.troika-asp.com
Documentation generated on Sun Jun 15 17:59:32 2008