X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/b58bafbbefa6513abb2cfb171a5fe12306826ff5..a7177e631661ee3e6b74e24dc230571ab2b24837:/SL/Presenter/Part.pm?ds=sidebyside diff --git a/SL/Presenter/Part.pm b/SL/Presenter/Part.pm index baa5e22bc..a10340727 100644 --- a/SL/Presenter/Part.pm +++ b/SL/Presenter/Part.pm @@ -120,8 +120,11 @@ Obsolete parts will by default not displayed for selection. However they are accepted as default values and can persist during updates. As with other selectors though, they are not selectable once overridden. -Currently you must include C in your controller, the -presenter can not do this from the template. +C will register it's javascript for inclusion in the next header +rendering. If you write a standard controller that only call C once, it +will just work. In case the header is generated in a different render call +(multiple blocks, ajax, old C style controllers) you need to +include C yourself. =back