
|
If you were logged in you would be able to see more operations.
|
|
|
Click
Created: 06/Mar/08 12:36 PM
Updated: 06/Mar/08 02:10 PM
|
|
| Component/s: |
core
|
| Affects Version/s: |
1.4
|
| Fix Version/s: |
1.5 M1
|
|
|
Say there is a css or js file I want included on a certain page or set of pages, it would be nice if I could override a method and put the data in.
output the css and js after the controls css and js so that the js has access to the addLoadEvent function. Page css should come after control css.
This way all js and css would be defined consistently.
|
|
Description
|
Say there is a css or js file I want included on a certain page or set of pages, it would be nice if I could override a method and put the data in.
output the css and js after the controls css and js so that the js has access to the addLoadEvent function. Page css should come after control css.
This way all js and css would be defined consistently. |
Show » |
|
|
This would be done by adding the Control getHtmlImports() methods to the Page class, an using it in a similar way inside the PageImports class.
regards Malcolm Edgar