Definition at line 23 of file Class.SubForm.php.
__construct |
( |
|
$name, |
|
|
|
$width = 100 , |
|
|
|
$height = 100 , |
|
|
|
$mainurl = "" , |
|
|
|
$suburl = "" |
|
) |
| |
SetParam |
( |
|
$key, |
|
|
|
$val = "" , |
|
|
|
$type = "" |
|
) |
| |
$jsmaincall = 'submit_withpar([height],[width],\'[name]\',\'[id]\',\'[url]\')' |
Initial value:= '
<form name="[name]" method="POST" action="[url]">
[BLOCK PAR]
<input type="hidden" name="[name]" value="[val]"> [ENDBLOCK PAR]
</form>
'
Definition at line 36 of file Class.SubForm.php.
Initial value:= '
function submit_withpar(height,width,name,[id],url) {
subwindow(height,width,name,url+\'&[id]=\'+[id]);
}
'
Definition at line 28 of file Class.SubForm.php.
Initial value:= '
function sendform() {
var p = self.opener.document.forms.[name];
var lf = self.document.[name];
[BLOCK PAR]
if( lf.[name] ) { p.[name].value = lf.[name].value; } [ENDBLOCK PAR]
[BLOCK SEL]
if( lf.[name] ) { p.[name].value = lf.[name].options[lf.[name].selectedIndex].value; } [ENDBLOCK SEL]
p.submit();
}'
Definition at line 43 of file Class.SubForm.php.
The documentation for this class was generated from the following file: