Got it working!! Thank you!!

Added $this->TinyMCE->editor(array('theme' => 'advanced', 'mode' => 
'textareas')); to my view





On Saturday, July 7, 2012 4:59:38 PM UTC-4, David Lozzi wrote:
>
> This plugin works better, didn't have to rename anything. However still no 
> editor. I did have to add jQuery, as it kept yelling at me to add it first.
>
> Thanks-David
>
>
>
> On Saturday, July 7, 2012 3:47:54 PM UTC-4, sams wrote:
>>
>> Use the 2.0 branch.
>>
>> - S
>> On 7 Jul 2012 20:41, "David Lozzi" <[email protected]> wrote:
>>
>>> Thanks, that seem to move me one step closer. Now I get error
>>>
>>> Create the class *TinyMceHelper* below in file: 
>>> C:\xampp\htdocs\insight\app\Plugin\TinyMCE\View\Helper\TinyMceHelper.php
>>>  
>>>
>>> When I look in the plugin folder, I see the path 
>>> TinyMCE\views\helpers\tin_mce.php. I renamed that path to match above, and 
>>> that clears the error, but I still don't see the editor.
>>>
>>> Thanks - David
>>>
>>>
>>>
>>> On Saturday, July 7, 2012 2:33:36 PM UTC-4, cricket wrote:
>>>>
>>>> You need to include the plugin name: 
>>>>
>>>> public $helpers = array('TinyMce.TinyMce', 'Html', 'Form'); 
>>>>
>>>>
>>>>
>>>> On Sat, Jul 7, 2012 at 1:51 PM, David Lozzi <[email protected]> wrote: 
>>>> > Hi There, 
>>>> > 
>>>> > I've downloaded and installed the TinyMCE plug in for CakePHP. 
>>>> > 
>>>> > Briefly, my install went like: put files into app\plugin; enabled 
>>>> > CakePlugin::loadAll() in config/bootstrap.php; updated my controller 
>>>> like 
>>>> > public $helpers = array('TinyMce', 'Html', 'Form'); I did get an 
>>>> error at 
>>>> > this point stating TinyMceHelper didn't exist, so i copied it, and 
>>>> the rest 
>>>> > of the contents from the plugin/TinyMCE folder to their respective 
>>>> locations 
>>>> > in my app. That removed errors and my pages load. 
>>>> > 
>>>> > When I view source, I see the javascript reference to the tiny_mce.js 
>>>> file, 
>>>> > and I can download the file from the path, so it's there. My textarea 
>>>> never 
>>>> > changes to the editor. 
>>>> > 
>>>> > Any pointers? 
>>>> > 
>>>> > Thanks - David 
>>>> > 
>>>> > -- 
>>>> > Our newest site for the community: CakePHP Video Tutorials 
>>>> > http://tv.cakephp.org 
>>>> > Check out the new CakePHP Questions site http://ask.cakephp.org and 
>>>> help 
>>>> > others with their CakePHP related questions. 
>>>> > 
>>>> > 
>>>> > To unsubscribe from this group, send email to 
>>>> > cake-php+unsubscribe@**googlegroups.com<cake-php%[email protected]>For
>>>> >  more options, visit this group at 
>>>> > http://groups.google.com/**group/cake-php<http://groups.google.com/group/cake-php>
>>>> >  
>>>>
>>>  -- 
>>> Our newest site for the community: CakePHP Video Tutorials 
>>> http://tv.cakephp.org 
>>> Check out the new CakePHP Questions site http://ask.cakephp.org and 
>>> help others with their CakePHP related questions.
>>>  
>>>  
>>> To unsubscribe from this group, send email to
>>> [email protected] For more options, visit this 
>>> group at http://groups.google.com/group/cake-php
>>>
>>

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to