Squiz Matrix
4.12.2
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
All
Data Structures
Namespaces
Functions
Variables
Pages
history.inc
1
<?php
18
global $ROOT_PATH;
19
include_once($ROOT_PATH.
'wysiwyg_plugin.inc'
);
20
35
class
history
extends
wysiwyg_plugin
36
{
37
45
function
history
()
46
{
47
$this->
_add_button
(
'undo'
,
'Undo'
,
'Undo'
,
'false'
,
'12'
);
48
$this->
_add_button
(
'redo'
,
'Redo'
,
'Redo'
,
'false'
,
'13'
);
49
}
50
51
}
52
53
?>
squiz_matrix
fudge
wysiwyg
plugins
history
history.inc
Generated on Tue Jan 29 2013 14:04:46 for Squiz Matrix by
1.8.3.1