← Back to team overview

phpdevshell team mailing list archive

[Bug 1019586] Re: Easy support for JS embeding plugin

 

The idea is that neither the controller or the view should be bothered
with the javascript code or path ; just add a line like this in the
controller :

    $this->template->activatePlugin('ddSlick');

Creating such a plugin is really easy (just two files, config.xml and a
class file).

At some point the library creators will probably want to maintain these
plugin themselves ;)

** Changed in: phpdevshell
       Status: New => In Progress

-- 
You received this bug notification because you are a member of
PHPDevShell, which is subscribed to PHPDevShell.
https://bugs.launchpad.net/bugs/1019586

Title:
  Easy support for JS embeding plugin

Status in Open Source PHP RAD Framework with UI.:
  Fix Committed

Bug description:
  They are more and more nice javascript addition for website. For
  example:

  http://o2v.net/blog/jquery-formlabels-plugin
  http://designwithpc.com/Plugins/ddSlick
  ...

  These products are client-only and don't interfere with the framework
  inner working. Using them is usually easy but can be made easier by
  slightly altering the controller so we can write embedding plugin
  (such as we do for tinyMCE) that can automatically provide them to the
  pages.

To manage notifications about this bug go to:
https://bugs.launchpad.net/phpdevshell/+bug/1019586/+subscriptions


References