Hi Isomorphic,
after having to deal with more than the default logs and RPC manager of the Developer Console for this issue, I decided to play around with it a bit.
In this showcase sample I was able - with the help of the SmartClient docs - to modify the regexp expression in the live sample.
I used these commands one by one, each giving me information for the next step:
On the next press of "Validate" the new expression is used. To me, this is very impressive!
Best regards & Thanks again for the great framework
Blama
after having to deal with more than the default logs and RPC manager of the Developer Console for this issue, I decided to play around with it a bit.
In this showcase sample I was able - with the help of the SmartClient docs - to modify the regexp expression in the live sample.
I used these commands one by one, each giving me information for the next step:
Code:
isc_DynamicForm_3 isc_DynamicForm_3.items isc_TextItem_4 isc_TextItem_4.validators isc_TextItem_4.validators[1] isc_TextItem_4.validators[1].expression isc_TextItem_4.validators[1].expression="^[123]{3,}$"
Best regards & Thanks again for the great framework
Blama