<html> <head> : | <script src="_fss.js" type="text/javascript"></script> | <script src="_gass.js" type="text/javascript"></script> | <script src="foobar.js" type="text/javascript"></script> : </head> <body> : <form id="fb-form"> : </form> : </body></html>
| foobar.prototype = new _gass;
| foobar.prototype._fss('foobar','Foo Bar','1.0a','2006 Foo Bar','http://foo.bar/foobar/');
function foobar() {
| this._log('foobar(): entered',0);
:
| //////////////// interface ////////////////
| // function _gassInit(formId,
| // labelConfirm,labelSubmit,labelReset,labelReturn,
| // opMsgEltId,classInput,classConfirm,
| // opMsgInit,opMsgConfirm,opMsgComplete,
| // checkRequired,editRequiredMessage,
| // checkInvalid,editInvalidMessage)
| this._gassInit.apply('fb-form');
:
| this._gassExec();
:
| this.eventsRegister();
:
| foobar.prototype._fssInsertUrl();
}
function foobarInit() {
:
| ofb = new foobar();
:
}
window.onload = function () {
| // var jlOff = 1;
| if (!(typeof _jlog == 'undefined'
| || typeof jlOff != 'undefined' && jlOff)) {
| _jlog.prototype._jlOnStartup = true;
| jlo = new _jlog(function () { foobarInit(); });
| foobar.prototype._log = function (s,level) {
| jlo._jlPuts(s,level);
| };
| }
foobarInit();
}
n/a
gass is one of Use? components.
gass は Use? のコンポーネントである