inputEx Documentation Back to homepage
The 0.2.0 release introduced some changes in the inputEx API. Follow this guide to upgrade your application :
Javascript/JSON definitions:
Example:
{ type: 'string', label: 'A label', description: 'Here a long description', inputParams: { name: 'title', tooltipIcon: true } }
should become :
{ type: 'string', inputParams: { name: 'title', label: 'A label', description: 'Here a long description', showMsg: true } }
CSS:
The inputEx 0.2.0 release will probably break most of your inputEx 0.1.0 css customization.
We switched from TABLE elements to DIVs only. It is a bit trickier to align elements, but the fields become much more flexible.
Take a look at the current inputEx markup structure.