17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1165 Views |
-
Where to put requirements for CMS

7 June 2007 at 10:46am
Hi,
I am extending a functionality of CMS and I need to add my javascript and CSS. I use:
Requirements::css(project()."/css/XELayoutEditor.css");
Requirements::javascript(project()."/javascript/XELayoutEditor.js");When I put it into getCMSFields(), or Controller::init(), or wherever else inside my class, then they are not loaded by default. I have to click on my page, then reload CMS. I can put Requirements to _config.php, but then they will be loaded even when the user will be browsing the final pages. I want to load them only when the admin CMS is open.
Is the only proper place CMSMain::init()?
cheers
andrew -
Re: Where to put requirements for CMS

7 June 2007 at 1:57pm
There's a limitation with the system, and you have to add them in CMSMain as you said.
Cheers,
Sean
| 1165 Views | ||
|
Page:
1
|
Go to Top |


