MIOLO20
Carregando...
Procurando...
Nenhuma entrada encontrada
spaw_control.class
Ir para a documentação deste ficheiro.
1
<?php
2
// MIOLO Wrapper for
3
// ================================================
4
// SPAW PHP WYSIWYG editor control
5
// ================================================
6
7
include (
'/usr/local/miolo2/html/scripts/spaw/spaw_control.class.php'
);
8
9
class
M_SPAW_Wysiwyg
extends
MControl
10
{
11
// spaw_control
12
var
$spaw_control
;
13
14
// constructor
15
function
M_SPAW_Wysiwyg
($control_name =
'richeditor'
, $value =
''
,
$lang
=
''
, $mode =
''
,
16
$theme =
''
, $width =
'100%'
, $height =
'300px'
, $css_stylesheet =
''
,
17
$dropdown_data =
''
)
18
{
19
parent::__construct(
$name
);
20
$this->spaw_control =
new
SPAW_Wysiwyg($control_name, $value,
$lang
, $mode, $theme, $width, $height,
21
$css_stylesheet, $dropdown_data);
22
}
23
24
// outputs wysiwyg control
25
function
Generate
()
26
{
27
echo $this->spaw_control->show();
28
}
29
}
30
?>
MComponent\$name
$name
Definição
mcomponent.class:17
MControl
Definição
mcontrol.class:35
M_SPAW_Wysiwyg
Definição
spaw_control.class:10
M_SPAW_Wysiwyg\Generate
Generate()
Definição
spaw_control.class:25
M_SPAW_Wysiwyg\$spaw_control
$spaw_control
Definição
spaw_control.class:12
M_SPAW_Wysiwyg\M_SPAW_Wysiwyg
M_SPAW_Wysiwyg($control_name='richeditor', $value='', $lang='', $mode='', $theme='', $width='100%', $height='300px', $css_stylesheet='', $dropdown_data='')
Definição
spaw_control.class:15
$lang
$lang
Definição
base.php:6
classes
extensions
spaw
spaw_control.class
Gerado por
1.10.0