-- Mike Wright <[email protected]> wrote (on Monday, 24 October 2011, 12:28 PM -0700): > I have an app with forms and subforms, all defined in .ini configs. > > Now that it's fleshed out I want to turn some <input> tags into > <select> tags (easy peasy), but how do I declare > > <option value="myValue">Description</option> > > with config.ini format?
elementName.options.options.myValue = "Description" Yes, two "options" in there -- the first is indicating the form element's general configuration options, the second the "options" to use in the select tag. -- Matthew Weier O'Phinney Project Lead | [email protected] Zend Framework | http://framework.zend.com/ PGP key: http://framework.zend.com/zf-matthew-pgp-key.asc -- List: [email protected] Info: http://framework.zend.com/archives Unsubscribe: [email protected]
