Search Type: Posts; User: LostSoul
Search: Search took 0.02 seconds.
-
23 Feb 2011 5:44 AM
Jump to post Thread: Dallas-Fort Worth Texas Area by LostSoul
- Replies
- 18
- Views
- 7,530
I am in OKC and from Dallas (Lake Highlands) I would like to be apart of this group. I am in Dallas all the time, I have not found many ExtJS people hear in OKC.
-
29 Nov 2010 7:32 AM
- Replies
- 3
- Views
- 1,148
why not use the NumberColumn in the designer?
-
22 Nov 2010 6:44 PM
- Replies
- 1
- Views
- 646
try to drag a bbar or fbar to the form then drag a button on one of those, play with both to see what you like best. or just drag a button onto a fieldset after your text fields. just play with...
-
19 Nov 2010 1:56 PM
- Replies
- 6
- Views
- 1,631
read the api's
use boxLabel to move the label on a checkbox to the otherside. -
6 Sep 2010 2:35 PM
Jump to post Thread: checkbox labelWidth by LostSoul
- Replies
- 2
- Views
- 804
thanks, that worked perfect!
-
3 Sep 2010 8:06 AM
Jump to post Thread: checkbox labelWidth by LostSoul
- Replies
- 2
- Views
- 804
I have some checkboxes in a form. the labels wrap as the screen shot below. when I try to add boxLabel the label is gone and cannot be controlled. I tried to add labelWidth but with no luck. any...
-
15 Jul 2010 5:16 AM
- Replies
- 6
- Views
- 1,772
thank you!!
-
15 Jul 2010 5:10 AM
- Replies
- 6
- Views
- 1,772
thank you for that, I guess I should of done more research into that. is there API for the sencha-touch so I don't make these mistakes that I should of read up on?
-
15 Jul 2010 5:03 AM
- Replies
- 6
- Views
- 1,772
Thanks for the reply, I added layout:'fit' to the my locations tab and had no luck getting the form to show on the iphone. any other ideas?
{
title: 'My Locations',
... -
14 Jul 2010 2:17 PM
- Replies
- 6
- Views
- 1,772
I have the tab2 example and I am trying to add the form example insite of the first tab, below I have the code posted.
My issue is this works fine on the ipad and in safari, but on the iphone... -
21 May 2010 1:02 PM
- Replies
- 2
- Views
- 1,143
this is what you need, it works perfect
http://www.extjs.com/forum/showthread.php?28318-Fit-to-parent&highlight=[new+Ext.ux.plugins.FitToParent%28gridParentDiv%29]
here is an example of a div I... -
21 May 2010 12:56 PM
Jump to post Thread: hbox margin problem by LostSoul
- Replies
- 3
- Views
- 2,025
try to add this to your second and third fieldset
style:'padding-left:10px;'
or maybe add this below to your panel
bodyStyle: 'padding:5px 5px 0', -
21 May 2010 12:49 PM
Jump to post Thread: HTML page in ExtJS tab by LostSoul
- Replies
- 3
- Views
- 1,478
use hendricks managed iframe, It is a wonderful plugin, I am using it to display iframes in tabs and in border layouts.
... -
7 May 2010 12:06 PM
Jump to post Thread: Adding button to panel? by LostSoul
- Replies
- 4
- Views
- 1,010
add a bbar[] to your panel
var cp = new Ext.Panel({
renderTo: 'myDiv',
padding: 5,
width: 500,
autoHeight: true,
html: Ext.Banner,
bbar:[submitButton]
}); -
30 Apr 2010 1:14 PM
Jump to post Thread: Absolute Layout and invalid icon by LostSoul
- Replies
- 8
- Views
- 1,146
try this:
add Ext.form.Field.prototype.msgTarget = 'under'; under your Ext.QuickTips.init()
then in your textfield add invalidText:'this field value is invalid' -
30 Apr 2010 1:05 PM
- Replies
- 1
- Views
- 577
size your grid (height + width) maybe autoWidth if you want. or add a layout:fit there are extensions that will fit the grid to parent also plugins: [new Ext.ux.plugins.FitToParent(gridParentDiv)]...
-
30 Apr 2010 12:57 PM
Jump to post Thread: Problem with row editor by LostSoul
- Replies
- 7
- Views
- 970
to make the code look good when pasting first go to http://jsbeautifier.org/ then post in your code and beautify it and copy and past here in the code tags, your code will look great and make it...
-
30 Apr 2010 12:46 PM
Jump to post Thread: multiple values in a combo box by LostSoul
- Replies
- 4
- Views
- 1,121
add this to the combo and put in your own values, i use this and works for me
tpl: '<tpl for="."><div class="x-combo-list-item">{mac_address} - {part_number}</div></tpl>',
here is my whole... -
29 Apr 2010 1:34 PM
Jump to post Thread: Grid Search Plugin by LostSoul
- Replies
- 1,023
- Views
- 367,623
jack not sure if that reply was at me, I was posting trying to help the guy that posted before you. sry if there was confusion
-
29 Apr 2010 12:50 PM
Jump to post Thread: Grid Search Plugin by LostSoul
- Replies
- 1,023
- Views
- 367,623
your store
var regionsDataReader = new Ext.data.JsonReader({root: 'results'},regionsDataRecord);
var regionsDataProxy = new Ext.data.HttpProxy({url: 'backend/js_listRegions', method: 'POST'});... -
31 Mar 2010 7:56 AM
- Replies
- 9
- Views
- 1,080
Fay, Animal
Thanks for the direction. the breakpoints are great for debuging. and Fay the last piece of code you passed helped a lot. I am on my way now and have learned much more on how to debug... -
31 Mar 2010 7:46 AM
- Replies
- 9
- Views
- 1,080
thanks guys! I will work with the breakpoints to get down in this.
-
31 Mar 2010 7:42 AM
- Replies
- 9
- Views
- 1,080
ok, i will try a consol log and test there, thanks I hope this is the cure to my headache.
for(var i=0; i<records.length; i++){
console.log(records[i]) ;
} -
31 Mar 2010 7:06 AM
- Replies
- 9
- Views
- 1,080
Thanks for your reply. I understand both og your ways that you posted. You are not missing anything in the question, I am returning the selections the problem is I am having trouble changing the...
-
30 Mar 2010 12:19 PM
- Replies
- 9
- Views
- 1,080
In the code below I have a grid with a local store. just a basic set up for a test example. I am trying to retrieve all the selected data in a grid with the checkboxselectionmodel.
I am able to...
Results 1 to 25 of 25
