?
Path : /home/admin/public_html/old/administrator/components/com_jckman/editor/toolbar/ |
Current File : /home/admin/public_html/old/administrator/components/com_jckman/editor/toolbar/mobile.php |
<?php /*------------------------------------------------------------------------ # Copyright (C) 2005-2012 WebxSolution Ltd. All Rights Reserved. # @license - GPLv2.0 # Author: WebxSolution Ltd # Websites: http://www.webxsolution.com # Terms of Use: An extension that is derived from the JoomlaCK editor will only be allowed under the following conditions: http://joomlackeditor.com/terms-of-use # ------------------------------------------------------------------------*/ defined( '_JEXEC' ) or die( 'Restricted access' ); class JCKMobile extends JCKToolbar { //row 1 var $Bold = 1; var $Italic; var $Underline; var $Link; //row 2 var $NumberedList = 2; var $BulletedList; var $sep_4; var $Outdent; var $Indent; //row 3 var $Undo = 3; var $Redo; var $RemoveFormat; //row 4 var $Format = 4; //row 5 var $JustifyLeft = 5; var $JustifyCenter; var $JustifyRight; //row 6 var $Mobileimage = 6; //row 6 var $TextColor = 7; var $BGColor; var $Maximize; }