Posted on Thursday 23 December 2004
Update: see here
I frequently need to use the DateChooser component, and got quickly tired of entering the month names in French manually. I whipped up the Component Properties commands so it would be easier to load a ready-made array of values into a component’s property.
The importer comes with Countries, US states, Canadian provinces and month & day names (the latter in French, Spanish and German) loaded in. Click on the component, run the command, and it puts the data into the component’s properties. You can also write an array using bracket syntax and set a component’s property manually.
The exporter traces the value of a property to the output panel, in array syntax, which can be used with dataProvider or in the importer’s custom field replacer.
Download the MXP (v1.1.0)


