noalyss
Version-6.7.2
|
Public Member Functions | |
__construct ($p_name="", $p_value="") | |
input ($p_name=null, $p_value=null) | |
show the html input of the widget, the span is always readonly | |
Static Public Member Functions | |
static | test_me () |
Definition at line 26 of file class_ispan.php.
ISpan::__construct | ( | $ | p_name = "" , |
$ | p_value = "" |
||
) |
Definition at line 28 of file class_ispan.php.
References style.
{ parent::__construct($p_name,$p_value); $this->style="display:inline"; }
ISpan::input | ( | $ | p_name = null , |
$ | p_value = null |
||
) |
show the html input of the widget, the span is always readonly
Definition at line 35 of file class_ispan.php.
static ISpan::test_me | ( | ) | [static] |
Definition at line 50 of file class_ispan.php.
{ }