Search Type: Posts; User: vayumahesh
Search: Search took 0.04 seconds.
-
18 Nov 2010 11:21 AM
Jump to post Thread: Filter Sets for Grid by vayumahesh
- Replies
- 0
- Views
- 447
I have a Grid with filters. My requirement is to give the user the ability to save different sets of filter criteria so that he/she can choose the corresponding filterset (identified with a name)...
-
11 Jan 2010 11:41 AM
- Replies
- 2
- Views
- 577
OK. I tried to come up with a custom build by following the instructions in "Build Your Own - Build your own online" page but cannot come up with a working one. I get errors like "Prototype is null...
-
11 Jan 2010 8:16 AM
- Replies
- 2
- Views
- 577
I am implementing just grid functionality on a page. What are the bare necessary files that must exist for grid functionality to work ? Currently I have included ext-all.js (610kb) and ext-base.js...
-
23 Dec 2009 7:33 AM
- Replies
- 0
- Views
- 909
I am using statictextfield extension for form field. How to implement a tooltip on this ? Here is my code.
var llDetailsRec = new Ext.data.Record.create([
{name: 'updatedDate', type:... -
16 Oct 2009 1:09 PM
Jump to post Thread: Nested TabPanels by vayumahesh
- Replies
- 0
- Views
- 1,283
My Nested TabPanels functionality is not working properly. It is behaving weird. Not sure what I am doing wrong. Here is my code.
Ext.onReady(function() {
var cookie = new... -
15 Oct 2009 1:39 PM
Jump to post Thread: Cookie Provider not working by vayumahesh
- Replies
- 2
- Views
- 882
In the cookies file, the cookie is being set as follows (when clicked on kenya tab).
ys-africaNewsTabId-actives%3Akenya_tab
comp.com/home/applicatons/1088115976499230108848343734108830035422*
... -
15 Oct 2009 12:43 PM
Jump to post Thread: Cookie Provider not working by vayumahesh
- Replies
- 2
- Views
- 882
Based on the following thread, I updated my code but still no luck.
http://www.extjs.com/forum/showthread.php?t=941
var state = Ext.state.Manager;
state.setProvider(new... -
15 Oct 2009 11:33 AM
Jump to post Thread: Cookie Provider not working by vayumahesh
- Replies
- 2
- Views
- 882
I am trying to implement CookieProvider on a TabPanel so that when a user revisits the page or refreshes, last tab would be active. But it is not working.
Here is my code.
... -
15 Oct 2009 11:05 AM
- Replies
- 1
- Views
- 1,723
I figured out the issue and the solution. Here is the solution so that it may help someone.
The issue was all the tabs are loading similar content in terms of HTML structure and IDs for elements.... -
14 Oct 2009 1:33 PM
- Replies
- 1
- Views
- 1,723
I have the following tabPanel code. The issue is that the content that is loaded into the tab has some function calls and CSS. The functions and CSS does not work for any tab except for the tab that...
-
12 Jun 2009 6:00 AM
- Replies
- 2
- Views
- 890
I went through the FAQ. I could not find anything regarding. I think it is pretty common to show 'update form' after inserting record.
-
11 Jun 2009 1:01 PM
- Replies
- 2
- Views
- 890
Hi,
I have a gridPanel and related formPanel. By deafult the form Panel displays insert new record form. Update form is displayed in the formPanel through row selection in the grid.
Upon... -
27 Apr 2009 1:36 PM
Jump to post Thread: Issue with Effects by vayumahesh
- Replies
- 0
- Views
- 525
I am trying to implement Slide effect with Toggle. The slide and toggle work as intended but some of the text gets hidden as you see in the attachment when I want to display the content back with 2nd...
-
20 Mar 2009 6:00 AM
Jump to post Thread: Session Handling by vayumahesh
- Replies
- 20
- Views
- 7,509
Harley,
I noticed that sometimes message box shows up after double the amount of inactivity time specified. But sometimes it works fine. Not sure what is causing the issue. I modified your code... -
20 Mar 2009 5:07 AM
Jump to post Thread: Automatic timeout of session by vayumahesh
- Replies
- 19
- Views
- 7,596
mjlecomte,
If you can please post your final code, that would be very helpful.
Thanks. -
19 Mar 2009 11:17 AM
Jump to post Thread: Session Handling by vayumahesh
- Replies
- 20
- Views
- 7,509
Thanks, Harley. I tried your code but it does not work (no errors). In firebug, I can see the polling to the server (every one minute). But the message box would not show up after the inactivity time...
-
19 Mar 2009 7:24 AM
Jump to post Thread: Session Handling by vayumahesh
- Replies
- 20
- Views
- 7,509
Harley,
Probably I am missing something. If you are polling the server every minute, the session on the server would never timeout, right ? And if the session is active on the server, we do not... -
5 Feb 2009 12:43 PM
Jump to post Thread: Ext.ux.Notification by vayumahesh
- Replies
- 109
- Views
- 90,712
I have downloaded the latest version of protoculous-packer.js from http://protoculous.wikeo.be/ website and that fixed the problem. All my errors are gone and sound also plays when the notification...
-
5 Feb 2009 11:24 AM
Jump to post Thread: Ext.ux.Notification by vayumahesh
- Replies
- 109
- Views
- 90,712
After doing some testing, I figured out what was causing the errors.
The 'protoculous-packer.js' file is conflicting with something I have and causing all those errors.
<script... -
5 Feb 2009 8:33 AM
- Replies
- 2
- Views
- 838
I have posted the issue under the Extension original thread. I will post a link to the solution here after it is resolved.
-
5 Feb 2009 8:30 AM
Jump to post Thread: Ext.ux.Notification by vayumahesh
- Replies
- 109
- Views
- 90,712
I am working on an extJs desktop application. Tried to add the 'Ext.ux.Notification' extension but just including the files is causing number of errors.
Here is my code in desktop.jsp
... -
5 Feb 2009 8:15 AM
- Replies
- 2
- Views
- 838
I am working on an extJs desktop application. Tried to add the 'Ext.ux.Notification' extension but just including the files is causing number of errors.
Here is my code in desktop.jsp
... -
28 Nov 2008 7:11 PM
- Replies
- 6
- Views
- 1,311
Condor,
Sorry for the confusion. This issue was resolved. I posted the JSP code for Ramaprabhu. -
26 Nov 2008 7:08 AM
- Replies
- 6
- Views
- 1,311
Thanks Condor.
Ramaprabhu,
Here is my complete JSP page. Hope it helps.
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<%@ taglib... -
25 Nov 2008 12:24 PM
Jump to post Thread: Button in a columnTree by vayumahesh
- Replies
- 0
- Views
- 515
Anyone know how to add a button (form button) on a column in an Ext.tree.ColumnTree ?
My ColumnTree has the following columns now.
columns:[{
header:'Courses/Assignments',
...
Results 1 to 25 of 120
