0
我有問題要設置tabindex至FCK編輯器。我用下面的PHP代碼FCK編輯將tabindex和類設置爲FCK編輯器
require_once("".$abspath."fckeditor/fckeditor.php");
$oFCKeditor = new FCKeditor("shippinginfo") ;
$oFCKeditor->BasePath = "../fckeditor/" ;
$oFCKeditor -> Height = '300';
$oFCKeditor -> Width = '900';
$oFCKeditor->Value = stripslashes(str_replace("\\","",$product_shippinginfo));
$oFCKeditor->Create() ;
,我也喜歡類到FCK編輯
任何一個有想法
FCKEditor版本?? – diEcho 2011-03-04 07:07:57
閱讀此[文章](http://www.electrictoolbox.com/fckeditor-custom-styles/) – diEcho 2011-03-04 07:11:31