Search Type: Posts; User: mohaaron
Search: Search took 0.02 seconds.
-
20 Dec 2010 12:37 PM
- Replies
- 11
- Views
- 4,928
I know that this is an old post but I've just run into this problem for myself the first time. I'm trying to use the ExtJs HtmlEditor on a page that also uses the ScriptManager in conjunction with...
-
17 Dec 2010 3:44 PM
- Replies
- 0
- Views
- 727
ExtJs Version: 3.0
Can anyone tell me how I might disable the right mouse click within a HtmlEditor? -
6 Aug 2010 11:46 AM
- Replies
- 3
- Views
- 683
The example uses Ext.onReady(fn, scope) like the following in my example. The code you just gave me does not use scope. What's the purpose of scope and why does it work either way?
... -
5 Aug 2010 1:53 PM
- Replies
- 3
- Views
- 683
I've just started playing with the code from this tutorial to learn how to do this and have a question.
How do I pass starting parameter values to the application. My best guess so far has been to... -
22 Jul 2010 9:45 AM
Jump to post Thread: Ext.ux.plugins.grid.CellToolTips by mohaaron
- Replies
- 30
- Views
- 8,591
After trying some more of the Ext.ToolTip options it seems that nothing I do has any effect. I have tried closable: true and I don't get a close button.
-
22 Jul 2010 9:34 AM
Jump to post Thread: Ext.ux.plugins.grid.CellToolTips by mohaaron
- Replies
- 30
- Views
- 8,591
Thank you for the help. I have added the code you gave me but it's still not working. The tip is disappearing after about three seconds. Am I doing something wrong?
Here is my grid plugin code.
... -
21 Jul 2010 12:43 PM
Jump to post Thread: Ext.ux.plugins.grid.CellToolTips by mohaaron
- Replies
- 30
- Views
- 8,591
Can anyone tell me what sets how long the tip stays open? I would like to be able to make it stay open as long as the mouse is over the grid cell. I have been looking over the code and don't see what...
-
25 Jun 2010 1:26 PM
Jump to post Thread: Fit to parent by mohaaron
- Replies
- 123
- Views
- 77,224
Condor,
I'm still have the same problem here. I do not want to use a Viewport which is why I'm using your plugin. What I want is to figure out why my EmployeeForm and HardwareGrid work... -
23 Jun 2010 9:37 AM
Jump to post Thread: Fit to parent by mohaaron
- Replies
- 123
- Views
- 77,224
Condor, thank you for the reply. I should have been a bit more clear. I'm do not want the same effect as a ViewPort. The example I'm showing doesn't contain the rest of the html that I have on the...
-
22 Jun 2010 3:18 PM
Jump to post Thread: Fit to parent by mohaaron
- Replies
- 123
- Views
- 77,224
I've been having this problem where I get a blank white screen with this one custom component and I've just figured out part of the problem.
This code returns 0 for height which is causing what... -
16 Mar 2010 9:55 AM
- Replies
- 7
- Views
- 4,890
bump.
Does anyone have any news on the status of this? I really like the menu but the side effect is bad. -
3 Jan 2010 10:37 PM
Jump to post Thread: Store.getModifiedRecords by mohaaron
- Replies
- 2
- Views
- 1,718
I'm having the a similar problem. I would like the record to be marked as modified when the insert happens and I can't figure out how to do this. Does anyone have any tips to make the insert or add...
-
9 Oct 2009 1:03 PM
- Replies
- 2
- Views
- 1,011
Yeah, I have finally got this working. Of course it comes to me right after posting the question again. I love how it just happens that way some times.
The cell select has to happen after the load... -
9 Oct 2009 12:57 PM
- Replies
- 2
- Views
- 1,011
I'm going to bump this as I still have not figured out why the CellSelectionModel has a select(Number rowIndex, Number colIndex, [Boolean preventViewNotify], [Boolean preventFocus]) method which...
-
5 Oct 2009 1:09 PM
- Replies
- 218
- Views
- 83,847
When I browse this url (http://extbuilder.dynalias.com/springapp/mainpage.htm) I only get a blank page. Is something wrong with your application?
-
5 Oct 2009 1:00 PM
- Replies
- 2
- Views
- 2,305
Try this.
tbar: [
new Ext.Button({
text: 'Save Changes',
style: { border: 'solid 1px gray' },
handler: function() {
SaveData(); -
23 Sep 2009 9:56 AM
- Replies
- 1
- Views
- 1,794
Why I didn't see this before I don't know but it's an easy answer. I was not passing the correct parameters to the startEditing method. I'm not really sure why nobody would tell me this but I did...
-
22 Sep 2009 3:13 PM
- Replies
- 2
- Views
- 3,206
Hello all,
I have been working on writing an override for the CellSelectionModel to provide a more Excel style way of editing cells in the EditorGridPanel. Some of these features are different... -
22 Sep 2009 2:46 PM
- Replies
- 2
- Views
- 1,011
I'm trying to select cell 0,0 automatically when the grid loads so that the I can start moving around in the cells without having to use the mouse to select the first cell.
I have tried debugging... -
22 Sep 2009 2:40 PM
- Replies
- 4
- Views
- 913
Hello David,
Thanks for the info. I'm just starting to write a new thread that I'm going to use for this question as well as some more functionality that I want to add to the EditorGridPanel.
... -
22 Sep 2009 1:42 PM
- Replies
- 4
- Views
- 913
I am also looking for something like this. It seems that Steffen Hiller (http://www.extjswithrails.com/2008/06/extuxrowwithcellselectionmodel.html) has created something like this. It doesn't work...
-
21 Sep 2009 11:05 AM
- Replies
- 1
- Views
- 1,152
Just in case anyone else has this happen, the problem was me and not the code. The form fields are being passed in the Ajax.request.
I will say that I do wish there was a way to pass headers the... -
18 Sep 2009 3:44 PM
- Replies
- 1
- Views
- 1,152
I'm trying to save a form and grid in one ajax request and keep having problems with posting the form and grid as json to the .net web service. It seems that the problem is the post is not being sent...
-
17 Sep 2009 11:24 AM
- Replies
- 1
- Views
- 922
I just made another addition to this that allows entering new data into a cell and then using the up and down arrow keys to move out of the current cell, complete the edit, then move up or down into...
-
17 Sep 2009 10:32 AM
- Replies
- 4
- Views
- 1,442
OK, this wasn't too hard. Here is my fix for the loss of focus problem.
http://www.extjs.com/forum/showthread.php?t=80593
Results 1 to 25 of 120
