diff options
Diffstat (limited to 'tests/FunctionalTests/active-controls/protected/pages/CustomTemplateComponent.tpl')
-rw-r--r-- | tests/FunctionalTests/active-controls/protected/pages/CustomTemplateComponent.tpl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/FunctionalTests/active-controls/protected/pages/CustomTemplateComponent.tpl b/tests/FunctionalTests/active-controls/protected/pages/CustomTemplateComponent.tpl new file mode 100644 index 00000000..04a0476a --- /dev/null +++ b/tests/FunctionalTests/active-controls/protected/pages/CustomTemplateComponent.tpl @@ -0,0 +1,6 @@ +<com:TPanel ID="ThePanel" GroupingText="Foolio">
+ Getting textbox from the template!!!<br />
+ Client ID: <%# $this->ThePanel->getClientID() %>
+ <div><com:TTextBox ID="foo" /></div>
+ <com:TButton ID="lalalala" Text="Llalalaal" OnClick="suboncallback" />
+</com:TPanel>
\ No newline at end of file |