zend-decorators Questions
1
Solved
I need this markup for file input:
<label class="col-sm-12">File upload</label>
<div class="col-sm-12">
<div class="fileinput fileinput-new input-group" data-provides="filein...
Adebayo asked 6/11, 2016 at 11:27
11
Solved
I'm trying to remove the default decorators on a hidden form element. By default, the hidden element is displayed like this:
<dt>Hidden Element Label (if I had set one)</dt>
<dd>...
Seaman asked 26/1, 2009 at 23:51
2
Solved
I am brand new to Zend and I've been given a project to make adjustments on. I'd like to add html to the labels for my form elements but I can't seem to get it right.
Here's what I have:
$this-&g...
Lipcombe asked 7/12, 2013 at 23:39
2
Solved
Is it possible to wrap the form element in a div AND the whole block (label, element, errors etc) in another div using the HtmlTag decorator? I'd like to use Twitter's Bootstrap with Zend_Form like...
Hun asked 28/8, 2011 at 15:42
2
Solved
What I am trying to accomplish is to have checkbox labels display after checkbox input fields (to the right of them).
I am using these decorators now:
private $checkboxDecorators = array(
Label,...
Manamanacle asked 21/7, 2009 at 11:37
2
Solved
I am new to this, zend decoration malarchy, but i have two significant questions that i cant get my head around. Question one is followed by some example
$decorate = array(
array('ViewHelper'),
...
Rubino asked 25/9, 2011 at 14:28
2
Solved
I have built a form builder, and I need the ability to assign description to every option in a radio element. Upon creation of this radio element, I ask the user to assign each value a description,...
Tootle asked 13/12, 2010 at 19:39
2
Solved
For the purposes of styling I have the need to put an opening <div> at the beginning of one element, and a closing </div> tag at the end of another. Looking over the docs for HtmlDecora...
Natividad asked 3/10, 2010 at 1:29
2
Solved
I am having an incredibly difficult time to decorate a Zend form the way I need to. This is the HTML structure I am in need of:
<table>
<thead><tr><th>one</th><th&...
Misdate asked 28/10, 2009 at 14:38
2
Solved
I have 2 requirements:
1) All hidden input elements should be affected without removing standard decorators.
2) This should happen WITHOUT having to specify it on a per-element basis.
All I need i...
Cruces asked 3/2, 2009 at 19:23
1
© 2022 - 2024 — McMap. All rights reserved.