-
14 Mar 2012 8:35 AM #1
Feature request: custom VTypes
Feature request: custom VTypes
For now Designer only allows standard vtypes in text fields and I have various custom vtypes.
To use them I had to create custom components.
Regards.UI: Sencha Architect 2.x / ExtJS 4 MVC
Server side: EJB 3.1 / CDI / JPA 2 / JAX-RS / JasperReports
Application Server: Glassfish 3.1.x
Databases: Oracle 10g & 11g / DB2 9 & 10 / Firebird 2.5
If you like my answer please vote!
-
22 Mar 2012 10:19 AM #2
Can you use overrides in this case?
Phil Strong
@philstrong
#SenchaArchitect
Sencha Architect Development Team
-
22 Mar 2012 10:30 AM #3
UI: Sencha Architect 2.x / ExtJS 4 MVC
Server side: EJB 3.1 / CDI / JPA 2 / JAX-RS / JasperReports
Application Server: Glassfish 3.1.x
Databases: Oracle 10g & 11g / DB2 9 & 10 / Firebird 2.5
If you like my answer please vote!
-
19 Jul 2012 2:25 PM #4
+1 for this. I've got a fairly large project and I prefer not to have to make extra classes just to set one property. Right now I'm using a slightly different workaround (below), but this feature would obviously be better.
On my fields that need custom validator i create a 'beforereneder' event handler and put:
var me = abstractcomponent;
me.vtype = 'customValidator';
Works for me so far, and it's in one place.
-
26 Jan 2013 7:34 PM #5
This is such a simple change for Senca to make in Architect. Just allow users to type in a vtype name in addition to selecting from the drop-down list. Having to code a before-render event just to force in a vtype is a pain and makes for messy code.
Please Sencha, Add this to the next build.
-
28 Jan 2013 8:10 AM #6
this feature is included in the 2.2 release (next release)
Phil Strong
@philstrong
#SenchaArchitect
Sencha Architect Development Team


Reply With Quote