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
7include ('/usr/local/miolo2/html/scripts/spaw/spaw_control.class.php');
8
10{
11 // 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?>
M_SPAW_Wysiwyg($control_name='richeditor', $value='', $lang='', $mode='', $theme='', $width='100%', $height='300px', $css_stylesheet='', $dropdown_data='')
$lang
Definição base.php:6