Search Type: Posts; User: javapurna

Page 1 of 3 1 2 3

Search: Search took 0.02 seconds.

  1. hi every one,
    how to display calender in tabpanel .
    my code is like this

    1) var calendar =Ext.create('Ext.calendar.App);
    var tabs = Ext.create('Ext.tab.Panel', {
    width: 400,
    ...
  2. i have stucked ,how to display number( suppose 3 pending notifications ) . and if user click on one notification decrease number and display 2.
  3. hi every one ,

    how to show notification menu(groupedGrid in menu). my requirement is to show number of notification user not show(like facebook notifications pending with number).43433
  4. thanks for replaying evant,
    is it possible to add new line every appended content and space.43393
  5. hi every one ,

    i want to add data to textarea(setText()) method working fine,but it update existing data to new data .
    but my requirement is to append data to textarea .
    43392

    if i am...
  6. ERROR happened it the time of closing tabpanel(i .e if i am open three tabpanels , i am closing First opened tabpanel the error will come).
    Uncaught TypeError: Cannot read property 'parentNode' of...
  7. thanks slemmon,

    i am providing screen shots. if am selecting isMarried expand like below image .
    how to show field set initially rendering collapsed .
    4336343364
  8. thank you very much for replaying argon,

    but till i am getting same error[Uncaught TypeError: Cannot read property 'parentNode' of undefined ] , the code working fine to open new tabpanels ,but...
  9. hi every one ,

    i am try to add closable panel to tabpanels dynamically on click of tool bar item(add) . if i am click on add 3 times ,open 3 closable panel .

    it is done sucessfully ,but...
  10. sorry for my English slemmon.

    in my form panel one checkbox is present. if i am selecting checkbox , field set will expand(initially field set in collapsed or collapsible mode ) . suppose ...
  11. thank very much slemmon.

    i have one more question in my form panel contains two field sets . and each field set contains two to three fieldcontainers with vbox,hbox layout . if am submit a form...
  12. thank you very much slemmon.

    i am using time zone (T) ,it display Ist only . my code is here,
    var dt = new Date();
    var fdate=Ext.Date.format(dt, 'm/d/Y g:i:s A T');

    it display...
  13. hi every one ,


    my form contains tow field sets . how to default space apply to items in between items.

    my code is


    var contactForm=Ext.create('Ext.form.Panel', { ...
  14. hi every one ,

    how to field set show when checking checkbox. if user select checkbox only show field set(field set is there in collapsible:true ) .
  15. hi every one ,
    i want to display CST TIME ZONE DATE AND TIME . IS THERE ANY DATE CONSTRUCTOR LIKE THIS var dt=new Date(timeZone);

    (or) any conversions from ist to cst , please...
  16. hi every one ,
    how to prevent closing of grid header columns on deselecting selecting check box. my requirement is in my grid some columns are not close (like first name, actions). see image on...
  17. how to display toolbar items in two rows .
  18. Replies
    1
    Views
    86
    hi every one,

    how to use caption in extjs .

    my requirement is display name and caption for example
    MY PROJECT NAME
    ...
  19. yes i inspected ,i find region . working fine to applying css.

    one more question : label(xtype:'label' ) text can be arranging multile lines, how to arrange .

    i am displaying date in label...
  20. thanks very much slemmon
  21. Replies
    4
    Views
    128
    thanks very much for replaying .


    yes it is working fine, but i am using not only single lable . i am using tooltip my entire project (image,action items,labels).so i am using standard config ...
  22. yes , i am elimanating border of toolbar .it is working only chrome browser ,but not working on ie8
  23. Replies
    4
    Views
    128
    hi every one ,

    i am try to display tooltip in my app , but it is not showing for images/label . it is showing grid action column items images. please suggest me any configurations required

    ...
  24. Replies
    1
    Views
    82
    hi every one ,


    i want to display date+time+AM/PM+TIMEZONE(CST). HOW TO DISPLAY

    MY DOCE IS LIKE THIS
    var dt = new Date();
    Ext.Date.format(dt,'m/d/Y g:i A');

    IT DISPLAY LIKE...
  25. thanks very much slemmon
Results 1 to 25 of 51
Page 1 of 3 1 2 3