$sBasePath = "/admin/"; $oFCKeditor = new FCKeditor( 'n_label' ) ; $oFCKeditor->BasePath = $sBasePath ; $oFCKeditor->Value = $row['n_label']; $oFCKeditor->Create() ; $sBasePath = "/admin/"; $oFCKeditor = new FCKeditor( 'n_content' ) ; $oFCKeditor->BasePath = $sBasePath ; $oFCKeditor->Value = $row['n_content']; $oFCKeditor->Create() ;
Wed, 05/13/2009 - 21:08
#1
