Search Type: Posts; User: Nam

Page 1 of 4 1 2 3 4

Search: Search took 0.02 seconds.

  1. title: 'Administration',
    hidden: PermCheckHide('ACL_USERS', 'Read'),
    xtype: 'tabpanel',
    items: [{
    title: 'User/Group Management',
    layout: 'border',
    hidden:...
  2. I am trying to figure that out as well. I figured that setting the hidden property to try would do it, but nope.

    If I figure it out, I will let you know, but as a work around, I may just be adding...
  3. Replies
    6
    Views
    2,049
    I should also note that it does add the tab for me, but it fails as it is adding the tab, preventing any more code from running.
  4. Replies
    6
    Views
    2,049
    I am using the jquery adapter, not the base extjs. I need it for the extflot graphing. I just tried updating jquery to the latest (was using 1.2.3, now using 1.3.2) and it made no difference.
  5. Replies
    6
    Views
    2,049
    If I add a tab using the following process...


    Ext.getCmp('GroupPanel').add({
    expanded: true,
    hidden: true,
    name: 'SiteGroup',
    deferredRender: true,
    mainItem: 0,
    ...
  6. I noticed this as well, and your post helped me fix the problem, but I have found another problem with the new grouptabpanel as well...

    If I add a tab using the following process...

    ...
  7. Replies
    1
    Views
    893
    I came up with this, and it works fine. Thanks anyways guys.


    Ext.getCmp('ComboBoxID').getStore().getAt(Ext.getCmp('ComboBoxID').getStore().find('value',...
  8. Replies
    1
    Views
    893
    Hey guys,

    I have a combobox which loads in a form with a preset value from a store. The store has an additional value which I want to obtain, which is where I am having the problem. When the...
  9. Replies
    299
    Views
    178,363
    If I add a row to the grid, instead of it being grouped under the correct group, A new duplicate group is created.


    I'm grouping by a "Type" field... which when grouped have the following...
  10. Replies
    7
    Views
    1,398
    Where did I said that I had an IE specific issue? Where did I say that I only develop with IE? You've taken this totally off topic...

    Anyway, I've solved this issue myself.
  11. Replies
    7
    Views
    1,398
    By adding this to the mapready listener, this appears to have fixed the problem for me.


    Ext.get(GMap.getContainer()).on('click', function() {
    if (ContextMenu) {
    ...
  12. Replies
    7
    Views
    1,398
    But then if I tested it in IE, I wouldn't get any debug information. Besides, this is a little off topic isn't it?



    I said destroy, and showed an example using destroy(). When the destroy()...
  13. Replies
    7
    Views
    1,398
    Hey Guys,

    I am using Google maps in conjunction with ExtJS, and right now, what I am trying to do is make the right click context menu to work properly. Now, when I right click using the posted...
  14. Thank you, and feel free to close this, as the bug has already been taken care of in SVN. Thanks again.
  15. Thanks, and that's good to hear that this is fixes in SVN. Although that doesn't help the company I am working for at the moment. Once I get a few we apps made for this company, we should be getting...
  16. hmm...

    I changed it from jquery to ext, and that functionality now works... Does this mean that ExtJS3 will not support jquery entirely? Or is this something still in the works?
  17. Here, I have stripped it down to the most basic code...


    <html>
    <head>
    <link rel="stylesheet" type="text/css" href="http://www.extjs.com/deploy/ext-3.0-rc2/resources/css/ext-all.css" />...
  18. Ahh, sorry about that, didn't realize that was done by a developer, I'll keep that in mind for the future.



    What does that have to do with the issue I posted?...(not trying to be rude)

    I...
  19. I've had some code working in ExtJS 2.x for quiet some time without any problems, but recently, when I moved things over to 3.0rc2 I ran into something which appears to be broken in the latest...
  20. Replies
    956
    Views
    307,570
    Thanks, Jsakalos... After looking into it a little further, I see that I had a typo... I was initially setting the class to icon-basket-add, and it should have been icon-cart-add based upon how my...
  21. Replies
    956
    Views
    307,570
    When I click an action, and I change the icon, as per my action handler, the action which shows up doesn't seem to have any events attached to it.

    Here is my actions declaration...


    ...
  22. Replies
    1,023
    Views
    363,635
    Is there a way to specify the search fields?... I have the columns Name, Rating, and Cost, and in the Row Body I have the description. I would like the search fields to allow the user to select Name...
  23. Replies
    1,023
    Views
    363,635
    Yup, that fixed it, Thanks.
  24. Replies
    1,023
    Views
    363,635
    Of course, only difference I can think of is that I attached some listeners (rowcontextclick/dblclick).

    Latest at http://gridsearch.extjs.eu/
    Latest Stable 2.x
  25. Replies
    1,023
    Views
    363,635
    I replicated the example of yours into a project I am working on, and everything works except the X to reset the search. Do you have any possible ideas as to why, or do you have any tips in regards...
Results 1 to 25 of 88
Page 1 of 4 1 2 3 4