3212 Posts in 847 Topics by 809 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 263 Views |
-
Remove default template on 'view'

4 October 2011 at 10:57pm
Hi,
Sorry if this is a noob question. Been looking all around but haven;t find a clue. Basically I would like to use a view based on existing page as a pop-up.
specialpage_controller extends page_controller {
static $allowed_actions = array (
'view',
'popup'
);
}/popup is displayed using specialpage_popup.ss, which includes the default header and footer for that template.
How do I remove that?
Many thanks in advance.
-
Re: Remove default template on 'view'

4 October 2011 at 11:03pm
You can just put specialpage_popup.ss in the root of the templates folder instead of the Layout folder. Otherwise you'll have to use renderWith in order for it to render just the sub template and not the whole thing.
-
Re: Remove default template on 'view'

5 October 2011 at 1:28am
This is the right thread!
Ah!! I never knew this going to be so easy.
Thank you!! Placing specialpage_popup.css on root template folder do the tricks.
| 263 Views | ||
|
Page:
1
|
Go to Top |

