Sunday, January 31, 2010

Re: Javascript libraries with images/css inside Cake Plugins

Well in that case, personally I would place everything in the vendors
folder, and not in a js/css folder.

On Jan 31, 4:16 am, Elte Hupkes <ell...@gmail.com> wrote:
> Yeah, the people I work for like wysiwyg though, so I'm kind'a stuck
> to TinyMCE. Changing the TinyMCE structure isn't really an option,
> that would be an awful lot of work. And it still doesn't solve the
> flash file problems.
>
> On Jan 30, 9:19 pm, Miles J <mileswjohn...@gmail.com> wrote:
>
> > Oh I also suggest Markitup compared to TinyMCE, because its a lot
> > smaller and easier, and just as awesome. I ran into the same problem
> > you did.
>
> > On Jan 30, 12:17 pm, Miles J <mileswjohn...@gmail.com> wrote:
>
> > > I have an easy answer for you... get ready for it.
>
> > > Your css/images/js DO NOT HAVE TO BE structured the same way they are
> > > when downloaded, move them around.
>
> > > I added Markitup to me plugin, so I customized the Markitup
> > > architecture to work with my plugin, not the other around.
>
> > > Take a gander:http://github.com/milesj/forum/tree/master/vendors/
>
> > > On Jan 30, 2:55 am, Elte Hupkes <ell...@gmail.com> wrote:
>
> > > > That URL no longer works, I believe it's located here now:http://cakephp.lighthouseapp.com/projects/42648/13-new-features-plugi...
>
> > > > Awesome news nontheless! Can't wait for a stable 1.3 release!
>
> > > > On Dec 3 2009, 4:12 pm, "Larry E. Masters aka PhpNut"
>
> > > > <php...@gmail.com> wrote:
> > > > >http://code.cakephp.org/wiki/1.3/new-features/plugin-assets
>
> > > > > --
> > > > > /**
> > > > > * @author Larry E. Masters
> > > > > * @var string $userName
> > > > > * @param string $realName
> > > > > * @returns string aka PhpNut
> > > > > * @access  public
> > > > > */
>
> > > > > On Thu, Dec 3, 2009 at 4:53 AM, peterchenadded <peterchenad...@gmail.com>wrote:
>
> > > > > > Have a look at mediaview (http://book.cakephp.org/view/489/Media-
> > > > > > Views).
>
> > > > > > Basically, it will give you access to any file on your system
> > > > > > including your plugins folder. If you name your controller and action
> > > > > > properly you should be able to achieve what you want.
>
> > > > > > Cheers.
>
> > > > > > Check out the new CakePHP Questions sitehttp://cakeqs.organdhelpothers
> > > > > > with their CakePHP related questions.
>
> > > > > > 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 to
> > > > > > cake-php+unsubscribe@googlegroups.com<cake-php%2Bunsubscribe@googlegroups.com>For more options, visit this group at
> > > > > >http://groups.google.com/group/cake-php?hl=en

Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions.

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 to
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en

No comments: