Welcome Guest, Not a member yet? Register   Sign In
Integrating FCK editor in Code igniter.
#10

[eluser]Sawariya[/eluser]
put into ur controller function
require_once(APPPATH.'libraries/Fckeditor'.EXT);
$this->fcked = new FCKeditor('content');
$this->fcked->ToolbarSet = 'Basic';
$this->fcked->Width = '520';
$this->fcked->BasePath = '../system/plugins/FCKeditor/';
$arr_data['fcked'] = $this->fcked;

in view

<?=$fcked->create();?>


Messages In This Thread
Integrating FCK editor in Code igniter. - by El Forum - 08-26-2007, 11:47 PM
Integrating FCK editor in Code igniter. - by El Forum - 08-27-2007, 12:02 AM
Integrating FCK editor in Code igniter. - by El Forum - 08-27-2007, 12:23 AM
Integrating FCK editor in Code igniter. - by El Forum - 08-27-2007, 12:24 AM
Integrating FCK editor in Code igniter. - by El Forum - 08-27-2007, 01:05 AM
Integrating FCK editor in Code igniter. - by El Forum - 08-27-2007, 06:11 AM
Integrating FCK editor in Code igniter. - by El Forum - 08-28-2007, 10:32 PM
Integrating FCK editor in Code igniter. - by El Forum - 12-11-2007, 08:58 PM
Integrating FCK editor in Code igniter. - by El Forum - 01-30-2008, 06:08 PM
Integrating FCK editor in Code igniter. - by El Forum - 01-31-2008, 03:17 AM
Integrating FCK editor in Code igniter. - by El Forum - 01-31-2008, 03:46 AM
Integrating FCK editor in Code igniter. - by El Forum - 01-31-2008, 05:34 AM
Integrating FCK editor in Code igniter. - by El Forum - 01-31-2008, 01:13 PM
Integrating FCK editor in Code igniter. - by El Forum - 02-08-2008, 06:16 AM
Integrating FCK editor in Code igniter. - by El Forum - 02-08-2008, 07:10 AM



Theme © iAndrew 2016 - Forum software by © MyBB