In ECF4.0, I can create a custom page by first populating the PageTemplateTemplate table, and then choosing the newly created template as the source for a new virtual page. This allows me to create any functionality I want on the custom page while still allowing the page to participate in the ECF framework.
Is it possible to accomplish the same thing in ECF3.1? I need to create a virtual page that contains an IFRAME, but I need to manipulate the IFRAME at runtime with parameter values.
Thanks.