Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 2nd, 2012  |  syntax: None  |  size: 0.43 KB  |  hits: 13  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Define ZendX_JQuery_Form_Element in a config file / ZF
  2. elements.foo.type                                            = "text"
  3. elements.foo.options.required                                = true
  4. elements.foo.options.label                                   = "bar"
  5. elements.foo.options.size                                    = "32"
  6. elements.foo.options.maxLength                               = "64"
  7.        
  8. elements.baz.type = "datepicker"