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.

5 lines
411 B

  1. case '<%= $strPropertyName %>Control':
  2. if (!$this-><%= $strControlId %>) return $this-><%= $strControlId %>_Create();
  3. return $this-><%= $strControlId %>;
  4. case '<%= $strPropertyName %>Label':
  5. if (!$this-><%= $strLabelId %>) return $this-><%= $strLabelId %>_Create();
  6. return $this-><%= $strLabelId %>;