-
3 Jun 2010 5:50 AM #1
check box wrapper distorts layout. How do I control this element? Source?
check box wrapper distorts layout. How do I control this element? Source?
My layout includes checkboxs that are laid out in columns. Ext is wrapping them in a <div> that looks like this...
I am sure the style offsets this div is adding look great in a regular form, but for my purposes they keep things from lining up properly.HTML Code:<div class="x-form-check-wrap x-box-item" id="ext-gen56" style="left: 19.5px; top: 3px;"><input type="checkbox" name="ext-comp-1043" id="ext-comp-1043" autocomplete="off" class=" x-form-checkbox x-form-field" checked=""><label class="x-form-cb-label" for="ext-comp-1043" id="ext-gen57"> </label></div>
How do I take control, modify, and or remove this div? I do not want to simply figure out how to assign an id to modify it, as I generate these checkboxes dynamically. I really need to alter it with the parent container or checkbox itself.
Any help is appreciated!
Similar Threads
-
[OPEN] [CLOSED][3.0RC2] boxWrap()'s render as sibling instead of wrapper of the element
By MD in forum Ext 3.x: BugsReplies: 7Last Post: 14 Jun 2009, 10:51 PM -
How do Ext.nd convert notes form check/radio box into one that uses Check/Radioboxs?
By forefront in forum Ext.nd for Notes/DominoReplies: 5Last Post: 26 Feb 2009, 9:32 AM -
Adding a check box control on the panel header
By anilcs0405 in forum Ext 2.x: Help & DiscussionReplies: 0Last Post: 29 Dec 2008, 4:10 AM -
Group Check box control
By hapershield in forum Ext 2.x: Help & DiscussionReplies: 1Last Post: 16 Apr 2008, 6:11 AM -
Group check box control
By hapershield in forum Ext 1.x: Help & DiscussionReplies: 0Last Post: 18 Mar 2008, 12:41 AM


Reply With Quote