Welcome Guest, Not a member yet? Register   Sign In
fckeditor post value
#3

[eluser]Sudz[/eluser]
I have used like this
Code:
// e.g. 2
$data = array(
              'name'        => 'content',
              'id'          => 'textareaName2',
              'toolbarset'  => 'Advanced',
              'basepath'    => '/fckeditor/',
              'width'       => '100%',
              'height'      => '200'
    );

echo form_fckeditor( $data );

// in controller

echo $this->input->post('content',TRUE);
here it does not print anything


Messages In This Thread
fckeditor post value - by El Forum - 08-05-2011, 06:15 AM
fckeditor post value - by El Forum - 08-05-2011, 08:23 AM
fckeditor post value - by El Forum - 08-07-2011, 01:33 AM



Theme © iAndrew 2016 - Forum software by © MyBB