Search Type: Posts; User: MH61
Search: Search took 0.02 seconds.
-
9 Sep 2009 9:39 AM
- Replies
- 1
- Views
- 620
*BUMP*
-
9 Sep 2009 6:59 AM
- Replies
- 1
- Views
- 620
I have multiple panels on my page - one being:
this.riskAreaPanel = new Ext.Panel({
bodyStyle: 'padding:10px',
autoScroll: true,
border: false,
... -
3 Sep 2009 10:32 AM
Jump to post Thread: Opening a pdf returned from server by MH61
- Replies
- 1
- Views
- 1,186
I've got a server response that should open up a pdf - all of this is done in .net
i.e.
Response.ContentType = "application/pdf";
Response.AddHeader("content-disposition", "inline;... -
20 Aug 2009 6:01 AM
- Replies
- 406
- Views
- 144,229
Thanks, I'll give this a try
Edit: I added the forceSingleSelect config, and edited addItemBox so that the first action it performs is:
if(this.forceSingleSelection){
... -
19 Aug 2009 10:57 AM
- Replies
- 406
- Views
- 144,229
I'm using this extension on a wizard. I need 2 fields, Principal Investigator, and Co-Investigators. both work from the same ds, and no item can appear in both fields. Superbox select is perfect for...
-
19 Aug 2009 7:45 AM
Jump to post Thread: Selection List - suggestions wanted by MH61
- Replies
- 13
- Views
- 1,906
Ok, lets step back a second. The main page of the application is a gridPanel, it contains a list of studies. When the user selects a record and clicks the edit button, a wizard pops up and over about...
-
19 Aug 2009 6:31 AM
Jump to post Thread: Field help text plugin. by MH61
- Replies
- 38
- Views
- 17,580
Thanks, I guess i don't know the difference between an extension and a plugin.
It looks nice - just what I was looking for -
19 Aug 2009 5:43 AM
- Replies
- 7
- Views
- 1,018
upon trying it this time it appears to work so i'll play around with it. I still see no way of having it fit my need of having a single select and multi select from the same dataset. do you know how...
-
19 Aug 2009 5:25 AM
Jump to post Thread: Selection List - suggestions wanted by MH61
- Replies
- 13
- Views
- 1,906
I'm confused here.
I pull json data to populate a grid, the user selects a record and clicks the edit button, which pulls up a wizard - it passes the selected record to the wizard. (code already... -
19 Aug 2009 5:08 AM
Jump to post Thread: Field help text plugin. by MH61
- Replies
- 38
- Views
- 17,580
How do i apply this to a text box, do i have to create a FieldHelp object and then add it to my textfield, or is there a property i can set on my textfield (i tried both fieldHelp and helptext as...
-
19 Aug 2009 5:03 AM
- Replies
- 7
- Views
- 1,018
I'll grab the examples page again and see if i get the error again. but basically each form appeared twice, only the second of each displayed any data, and didn't behave how it is supposed to.
I... -
19 Aug 2009 4:56 AM
- Replies
- 7
- Views
- 1,018
there is a 2.0 version but i couldn't get it working when i tried it. And i was just running the basic examples.
But even if i did get it working is there an option to split the results between two... -
19 Aug 2009 4:53 AM
Jump to post Thread: Selection List - suggestions wanted by MH61
- Replies
- 13
- Views
- 1,906
-Cannot get dataIndex to populate tree with data from record
-not sure best way to display a message showing how many check boxes are selected -
19 Aug 2009 4:38 AM
Jump to post Thread: Selection List - suggestions wanted by MH61
- Replies
- 13
- Views
- 1,906
Just bumping this thread, I'm still having trouble with this
-
19 Aug 2009 4:37 AM
- Replies
- 7
- Views
- 1,018
Just bumping this thread - any suggestions?
-
18 Aug 2009 11:03 AM
Jump to post Thread: Selection List - suggestions wanted by MH61
- Replies
- 13
- Views
- 1,906
Accepted as param
STUDIES.Study.StudyInfo4 = Ext.extend(Ext.ux.Wiz.Card, {
StudyRecord : null,
//Filtered out
});
Accepted as param by wizard, Passed in upon construction of card -
18 Aug 2009 10:40 AM
- Replies
- 7
- Views
- 1,018
In my application the users have asked us to expand on our field, a single select combo box - 'Principal Investigator'. They agree that it should be single select, but there should also be a...
-
18 Aug 2009 8:11 AM
Jump to post Thread: Selection List - suggestions wanted by MH61
- Replies
- 13
- Views
- 1,906
I've updated the listener to try and work around the dataIndex not working. Not only does this work around not work, but even if it did i'd still not be happy because it is pretty horrible code and...
-
18 Aug 2009 7:23 AM
Jump to post Thread: Selection List - suggestions wanted by MH61
- Replies
- 13
- Views
- 1,906
Still haven't got the count label working - first I'm just trying to get basic functionality.
I've got saving working, but now i'm trying to load... dataIndex doesn't seem to work (property is an... -
17 Aug 2009 8:04 AM
Jump to post Thread: Selection List - suggestions wanted by MH61
- Replies
- 13
- Views
- 1,906
well i tried it and it works. I have no idea why it works now and it didn't before.
var tree = new Ext.tree.TreePanel({
//renderTo:'tree-div',
loader: new... -
14 Aug 2009 5:44 AM
Jump to post Thread: Selection List - suggestions wanted by MH61
- Replies
- 13
- Views
- 1,906
I'm working on a studies application and am currently using the ux.wiz (http://extjs.com/forum/showthread.php?t=36627) extension to allow for add/edit of a study. one of the steps of this study...
-
13 Aug 2009 11:14 AM
- Replies
- 11
- Views
- 2,288
Thanks :)
-
13 Aug 2009 10:18 AM
- Replies
- 11
- Views
- 2,288
the toolbar that is added to the viewport changes the active Item property of the card. Thats how all our applications handle navigation - not sure if this is the best way since i've not really...
-
13 Aug 2009 6:04 AM
- Replies
- 11
- Views
- 2,288
Viewport:
this.main = new Ext.Panel({
region : 'center',
layout : 'card',
activeItem : 0,
border : false,
... -
13 Aug 2009 4:26 AM
- Replies
- 11
- Views
- 2,288
I have solved the problem - or at least found a workaround.
I was setting all the buttons to visible:false, the buttons show and hide depending on which row is selected since different categories...
Results 1 to 25 of 72
