Ticket #746 (closed enhancement: fixed)
Allow custom tags with new TWebControl('custom').
| Reported by: | sergeymorkovkin | Owned by: | xue |
|---|---|---|---|
| Priority: | low | Milestone: | 3.1.2 |
| Component: | Prado Framework v3 | Version: | 3.1 |
| Severity: | minor | Keywords: | |
| Cc: |
Description
TWebControlConstructor isn't used for something. So I propose to let Prado programmers use it's optional parameter for creating webcontrols with custom tags. For example, in my project I need to create legend tag and there is no TLegend control.
It would be very handly to write something like: $this->_tagLegend = new TWebControl('legend');
Am I convincing enough?
Change History
Note: See
TracTickets for help on using
tickets.
