Thomas Alexander
Thomas Alexander
Is there any option to redraw component with options?
I'm trying to clamp data inside anchor tag which in turn inside header, but it was not working as expected I'm i doing the right way ? HTML ``` Curabitur...
I'm trying to add a transparent overlay for fallback image, its not reflected is there any workaround? For IE8 i specifically tried ``` filter : progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#B3000000'); ```
I'm looking for an option to get config value in exec handler function, below one i tried but `exec:./lib/utility#getStatus` get triggered first and config value will be undefined and might...
At times while connecting to ldap we are getting below error but not always. "reason": "Cert is empty", Can somebody help me identifying the actual cause
Some how mapping property in Model is not working as it should . ``` javascript { name : 'modifyDateParsed', type : 'string', mapping : 'modifyDate', // not working isTableField :...
@tomalex0  [test (1).xlsx](https://github.com/tomalex0/SenchaTouch-v2-SqliteProxy/files/49002/test.1.xlsx) https://github.com/tomalex0/SenchaTouch-v2-SqliteProxy/issues/ne      
If we have table field name as "id" which is a primary key, we will have to mention a dummy name(not a field in table) as idProperty of model and...
Destroying record does not work
Some how mapping property in Model is not working as it should . ``` javascript { name : 'modifyDateParsed', type : 'string', mapping : 'modifyDate', // not working isTableField :...