Re: [magnolia-dev] ControlSuper and generated HTML

2005-10-11 Thread Philipp Bracher
See Activate Button thread for details of a new Control ;-). Understood your need. Since there is no other solution, it is ok to add your additional needed script to the controls.js. Philipp Bracher for list details see http:/

Re: [magnolia-dev] ControlSuper and generated HTML

2005-10-10 Thread Alexandru Popescu
#: Philipp Bracher changed the world a bit at a time by saying on 10/10/2005 7:46 PM :# I was wondering if a ControlSuper (info.magnolia.cms.gui.control.ControlSuper) is able to contribute to the page header? Try to get the top most parent of the control (should be the dialog itself) then add

Re: [magnolia-dev] ControlSuper and generated HTML

2005-10-10 Thread Philipp Bracher
I was wondering if a ControlSuper (info.magnolia.cms.gui.control.ControlSuper) is able to contribute to the page header? Try to get the top most parent of the control (should be the dialog itself) then add the javascript to the dialog. Never tried, but should work IIRC Controls and Dialogs ar

Re: [magnolia-dev] ControlSuper and generated HTML

2005-10-10 Thread Alexandru Popescu
#: Philipp Bracher changed the world a bit at a time by saying on 10/10/2005 7:25 PM :# I was wondering if a ControlSuper (info.magnolia.cms.gui.control.ControlSuper) is able to contribute to the page header? Try to get the top most parent of the control (should be the dialog itself) then a

Re: [magnolia-dev] ControlSuper and generated HTML

2005-10-10 Thread Philipp Bracher
I was wondering if a ControlSuper (info.magnolia.cms.gui.control.ControlSuper) is able to contribute to the page header? Try to get the top most parent of the control (should be the dialog itself) then add the javascript to the dialog. Never tried, but should work Detailed: some special con

Re: [magnolia-dev] ControlSuper and generated HTML

2005-10-08 Thread Alexandru Popescu
#: Alexandru Popescu changed the world a bit at a time by saying on 10/8/2005 4:27 PM :# Hi! I was wondering if a ControlSuper (info.magnolia.cms.gui.control.ControlSuper) is able to contribute to the page header? Detailed: some special controls may need additional CSS, JS imports. My quest

[magnolia-dev] ControlSuper and generated HTML

2005-10-08 Thread Alexandru Popescu
Hi! I was wondering if a ControlSuper (info.magnolia.cms.gui.control.ControlSuper) is able to contribute to the page header? Detailed: some special controls may need additional CSS, JS imports. My question is the ability of ControlSuper to provide these informations when the page gets generat