Re: Help needed for inline WISIWYG editor...

2008-11-15 Thread Aneesh S
Hi, I'm using yahoo editor in my project, but i am now kind of stuck in the middle. Everything but the add link and add image is working. Both are not coming but not in a separate layer as it is supposed to be. I'm attaching a screenshot... How can i fix this problem...? Please help me out h

Re: Help needed for inline WISIWYG editor...

2008-11-14 Thread Flipflops
Good choice... and if you want a bit more go for WYMeditor http://www.wymeditor.org/ which is also jQuery based. Personally I really don't enjoy working with TinyMCE (although haven't tried the latest release) or FCKeditor On Nov 14, 7:54 am, Ketan Shah <[EMAIL PROTECTED]> wrote: > http://code.g

Re: Help needed for inline WISIWYG editor...

2008-11-14 Thread Aneesh S
thanks for the help I've got the yahoo editor working and ok... But now i have a problem with the add link and add image button on the toolbar... I'm getting a X^ and the functions are inlined in the textarea and flowing outside. How can i fix this... Thanks in advance.. On 11/14/08,

Re: Help needed for inline WISIWYG editor...

2008-11-14 Thread Aneesh S
ok... let me try that.. Aneesh S --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email t

Re: Help needed for inline WISIWYG editor...

2008-11-14 Thread jason m
I have had a lot of luck with fckeditor in my cake projects. There is also a tutorial for it in the bakery. On Nov 14, 5:30 pm, "Aneesh S" <[EMAIL PROTECTED]> wrote: > thanks, but i need more options yahoo would be my choice... > Aneesh S --~--~-~--~~~---~--~~

Re: Help needed for inline WISIWYG editor...

2008-11-14 Thread Aneesh S
thanks, but i need more options yahoo would be my choice... Aneesh S --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe f

Re: Help needed for inline WISIWYG editor...

2008-11-13 Thread Ketan Shah
http://code.google.com/p/jwysiwyg/ You would need include jquery. Minimalistic editor. -Ketan Aneesh S wrote: > Thanks donkeybob, but i still cant get the entered data. > > This is my code ... > > $form->textarea('Content.content_text',array('cols'=>"75",'rows'=>"20",'id'=>"text234"));?> >

Re: Help needed for inline WISIWYG editor...

2008-11-13 Thread Aneesh S
Thanks donkeybob, but i still cant get the entered data. This is my code ... textarea('Content.content_text',array('cols'=>"75",'rows'=>"20",'id'=>"text234"));?> (function() { var Dom = YAHOO.util.Dom, Eve

Re: Help needed for inline WISIWYG editor...

2008-11-13 Thread Aneesh S
thanks for the help.. let me see if it works On 11/13/08, Donkeybob <[EMAIL PROTECTED]> wrote: > > I use Yahoo Rich Text Editor. I did make sure my script was below the > form tags, so the control would render before the yahoo code. Other > then that . . .no problems > > input('content'); ?>

Re: Help needed for inline WISIWYG editor...

2008-11-13 Thread Donkeybob
I use Yahoo Rich Text Editor. I did make sure my script was below the form tags, so the control would render before the yahoo code. Other then that . . .no problems input('content'); ?> (function() { var Dom = YAHOO.util.Dom, Event = Y

Re: Help needed for inline WISIWYG editor...

2008-11-13 Thread Smelly_Eddie
TinyMCE is what you need. Minimal code to turn any text area into rich editors. PAsses data normally as post (or whatever method your existing form uses) On Nov 13, 8:04 am, "Aneesh S" <[EMAIL PROTECTED]> wrote: > I had tried Yahoo's rich text editor, but i could not get the data via > post...

Re: Help needed for inline WISIWYG editor...

2008-11-13 Thread Aneesh S
I had tried Yahoo's rich text editor, but i could not get the data via post... Any help in that matter would be great... Thanks for the hint kyle.davis On 11/13/08, validkeys <[EMAIL PROTECTED]> wrote: > > in some WYSIWYG editors, there is a setting for handling post. If you > don';t set that v

Re: Help needed for inline WISIWYG editor...

2008-11-13 Thread validkeys
in some WYSIWYG editors, there is a setting for handling post. If you don';t set that variable, you can submit the form but you won't see the values in _POST On Nov 13, 7:01 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi, > >    I need to build an inline wysiswig editor for the project i

Help needed for inline WISIWYG editor...

2008-11-13 Thread [EMAIL PROTECTED]
Hi, I need to build an inline wysiswig editor for the project i'm working on. I have tried some editors, but im not being able to extract the typed text using post. Is such a facility built-in in cake ? Can any one help me out in this Thanks in advance --~--~-~--~~-