hello,

im having trouble getting my file input field to get the attribs from my ini
file

i get the element to display, but the attribs do not..

here is my code

reseller.advertiserCreate.elements.logo.type = "file"
reseller.advertiserCreate.elements.logo.options.label = "Logo:"
reseller.advertiserCreate.elements.logo.options.required = false
reseller.advertiserCreate.elements.logo.options.attribs.size = "13"
reseller.advertiserCreate.elements.logo.options.attribs.class = "logo_input"
reseller.advertiserCreate.elements.logo.options.attribs.tabIndex = "2"
reseller.advertiserCreate.elements.logo.options.attribs.alt = "Logo Upload
Field"
reseller.advertiserCreate.elements.logo.options.destination = "usr/logos"
reseller.advertiserCreate.elements.logo.options.decorators.type =
"ViewHelper"

any help would be great

-----
Bob Hanson
Web Developer
SLC, UT
-- 
View this message in context: 
http://www.nabble.com/Input-%28file%29-from-ini-tp22274917p22274917.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to