21491 Posts in 5783 Topics by 2622 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1130 Views |
-
Call parent functiony in child template

5 June 2009 at 9:44pm
How can I call a function of the parent of the actual class inside my template.
This try failes miserably:<% control $Parent.MyFunction() %>
... doe doe doe ...
<% end_control %> -
Re: Call parent functiony in child template

6 June 2009 at 4:52am
Try
<% control Parent %>
// code in here is now working with the parent of the current page
<% end_control %>Hope this helps,
Ben
| 1130 Views | ||
|
Page:
1
|
Go to Top |


