summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets/protected/pages/Ticket528.page
diff options
context:
space:
mode:
Diffstat (limited to 'tests/FunctionalTests/tickets/protected/pages/Ticket528.page')
-rw-r--r--tests/FunctionalTests/tickets/protected/pages/Ticket528.page13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket528.page b/tests/FunctionalTests/tickets/protected/pages/Ticket528.page
new file mode 100644
index 00000000..f3a85e2a
--- /dev/null
+++ b/tests/FunctionalTests/tickets/protected/pages/Ticket528.page
@@ -0,0 +1,13 @@
+<com:TContent ID="Content">
+
+<com:TLabel ForControl="DDropTurno" Text="Turno:"/>
+<com:Application.pages.DActiveDropDownList2
+ ID="DDropTurno" onSelectedIndexChanged="trocaTurno" opcoes='turnos' />
+
+<com:TLabel Text="Código:" ForControl="Codigo"/>
+<com:TActiveTextBox ID="Codigo" MaxLength="1" Columns="2" />
+
+<com:TLabel Text="Descrição:" ForControl="Descricao"/>
+<com:TActiveTextBox ID="Descricao" MaxLength="25" Columns="25" />
+
+</com:TContent> \ No newline at end of file