Search Type: Posts; User: vayumahesh

Page 1 of 5 1 2 3 4

Search: Search took 0.04 seconds.

  1. 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)...
  2. 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...
  3. 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...
  4. 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:...
  5. 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...
  6. 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*
    ...
  7. 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...
  8. 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.


    ...
  9. 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....
  10. 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...
  11. I went through the FAQ. I could not find anything regarding. I think it is pretty common to show 'update form' after inserting record.
  12. 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...
  13. 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...
  14. 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...
  15. Replies
    19
    Views
    7,596
    mjlecomte,

    If you can please post your final code, that would be very helpful.

    Thanks.
  16. 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...
  17. 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...
  18. 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...
  19. 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...
  20. I have posted the issue under the Extension original thread. I will post a link to the solution here after it is resolved.
  21. 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



    ...
  22. 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



    ...
  23. Condor,

    Sorry for the confusion. This issue was resolved. I posted the JSP code for Ramaprabhu.
  24. 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. 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
Page 1 of 5 1 2 3 4