Squiz Matrix
4.12.2
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
All
Data Structures
Namespaces
Functions
Variables
Pages
s_script.inc
1
<?php
18
global $ROOT_PATH;
19
include_once($ROOT_PATH.
'wysiwyg_plugin.inc'
);
20
33
class
s_script
extends
wysiwyg_plugin
34
{
35
43
function
s_script
()
44
{
45
$this->
_add_button
(
'subscript'
,
'SubScript'
,
'Subscript'
,
'false'
,
'18'
);
46
$this->
_add_button
(
'superscript'
,
'SuperScript'
,
'SuperScript'
,
'false'
,
'19'
);
47
}
48
49
}
50
51
?>
squiz_matrix
fudge
wysiwyg
plugins
s_script
s_script.inc
Generated on Tue Jan 29 2013 14:04:53 for Squiz Matrix by
1.8.3.1