class CKEDITOR{ public $config=array( 'toolbar'=>'Full', 'height'=>200, 'width'=>'100%' ); public $toolbar=array( 'Full'=>array( "['Source']", "['Çut'","'Copy'","'Paste'","'PasteText'","'PasteFromWord'","'-'","'Undo'","'Redo']", "['SelectAll'","'RemoveFormat']", "['Image'","'Table'","'Smiley'","'SpecialChar'","'HorizontalRule']", "['Link'","'Unlink']", "['TextColor'","'BGColor']", "'/'", "['Bold'","'Italic'","'Underline'","'Strike'","'Subscript'","'Superscript']", "['NumberedList'","'BulletedList'","'-'","'JustifyLeft'","'JustifyCenter'","'-'","'JustifyRight'","'JustifyBlock']", "['Format'","'Font'","'FontSize']", ), 'Basic'=>array( "['Bold'","'Italic'","'Underline']", "['NumberedList'","'BulletedList']", "['Link'","'Unlink']", "['Image'","'Table']" ) ); function editor($nazwa,$tresc){ echo ' '; } }