Xataface CKeditor Module 0.3
CKeditor Widget for Xataface
Variables
lib/ckeditor/_samples/php/advanced.php File Reference

Go to the source code of this file.

Variables

 $CKEditor = new CKEditor()
$CKEditor returnOutput = true
$CKEditor basePath = '../../'
$CKEditor config ['width'] = 600
$CKEditor textareaAttributes = array("cols" => 80, "rows" => 10)
 $initialValue = '<p>This is some <strong>sample text</strong>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</p>'
 $code = $CKEditor->editor("editor1", $initialValue)
 $config ['toolbar']
 $config ['skin'] = 'v2'

Variable Documentation

$CKEditor = new CKEditor()

Definition at line 38 of file advanced.php.

$code = $CKEditor->editor("editor1", $initialValue)

Definition at line 58 of file advanced.php.

$config['toolbar']
Initial value:
 array(
        array( 'Source', '-', 'Bold', 'Italic', 'Underline', 'Strike' ),
        array( 'Image', 'Link', 'Unlink', 'Anchor' )
)

Definition at line 67 of file advanced.php.

$config['skin'] = 'v2'

Definition at line 72 of file advanced.php.

$initialValue = '<p>This is some <strong>sample text</strong>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</p>'

Definition at line 55 of file advanced.php.

$CKEditor basePath = '../../'

Definition at line 46 of file advanced.php.

$CKEditor config['width'] = 600

Definition at line 49 of file advanced.php.

Definition at line 41 of file advanced.php.

$CKEditor textareaAttributes = array("cols" => 80, "rows" => 10)

Definition at line 52 of file advanced.php.

 All Data Structures Files Functions Variables