A QCodo powered CMS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
1.1 KiB

  1. * property-read <%= $objTable->ClassName %> $<%= $objTable->ClassName %> the actual <%= $objTable->ClassName %> data class being edited
  2. <% foreach ($objTable->ColumnArray as $objColumn) { %>
  3. * property <%= $objCodeGen->FormControlClassForColumn($objColumn); %> $<%= $objColumn->PropertyName %>Control
  4. * property-read QLabel $<%= $objColumn->PropertyName %>Label
  5. <% } %>
  6. <% foreach ($objTable->ReverseReferenceArray as $objReverseReference) { %><% if ($objReverseReference->Unique) { %>
  7. * property QListBox $<%=$objReverseReference->ObjectDescription%>Control
  8. * property-read QLabel $<%=$objReverseReference->ObjectDescription%>Label
  9. <% } %><% } %>
  10. <% foreach ($objTable->ManyToManyReferenceArray as $objManyToManyReference) { %>
  11. * property QListBox $<%=$objManyToManyReference->ObjectDescription%>Control
  12. * property-read QLabel $<%=$objManyToManyReference->ObjectDescription%>Label
  13. <% } %>
  14. * property-read string $TitleVerb a verb indicating whether or not this is being edited or created
  15. * property-read boolean $EditMode a boolean indicating whether or not this is being edited or created