Search Results

Type: Posts; User: Z

Page 1 of 20 1 2 3 4
Search took 0.03 seconds.
  1. Support,

    How can i create a new line in my callout? I tried \n and <br/> but neither worked. In the example below, i use the <br/> to show where i want the break.

    thanks
    /Z



    ...
  2. Hi
    this is a simple test case


    <ext-resourceManager onload="onLoad();" />


    It is really important since <body onload="onLoad();"> doesnt work since that body onload may activate before...
  3. I will use the hidden variable and reset the buttons manually
    /Z
  4. Hi
    I am submitting a form with a segmented button. All my other form elements come through successfully. However,
    my segmented button is null.


    My XXXForm properties match to my ext form ids...
  5. got it!
    thxs
    /Z
  6. thanks. i did that initially and it didn't work for some reason. Now it does :)
    /Z
  7. In this example, i select a segmented button and it is highlighted. Using Form.getForm.reset() should clear my selection but it does not.
    Please let me know best way to clear it and if you can...
  8. Hi
    see this example. the colon is on a separate line
    /Z




    <ext-fieldContainer fieldLabel="<b><center>TEST</center></b>" labelAlign="Top" >
    <items>
    ...
  9. Thank you
    /Z
  10. How to hide a FormPanel title? I thought there was a hideTitle attribute or setting it to blank string did the trick.
    thanks
    /Z
  11. Yep. that works.
    thanks!
  12. In the example, when i click a button, it highlights it in BLUE. I want that when I select a button (within a button group), that it maintains the selection.

    If i have two button groups, each...
  13. Do you have an example of how we can add our own icons?
    Zev.
  14. Hi
    Where is my icon?
    I used the following search (https://fonts.google.com/icons?selected=Material+Icons&icon.query=sun) and wanted to use light_mode. i replaced the _ with a - though i shouldnt...
  15. Thank you.

    setting the Layout to null was the missing piece.

    Once i added that, it resolved it.

    thanks!!
  16. So i will use the component/panel loader path but i ran into a problem

    My page looks like this (Index.xshtml)


    <ext-section target="Main">
    <ext-tabPanel id="tpMain" flex="1"...
  17. I understand. What is the ETA to have this working. It seem like a required feature that many people will want to use and expect to work after using ext 5

    /Z
  18. If we look at the basic example provided (during installation), there are THREE items in the left nav. I also have a header. I want to add a button to the header that loads a new page in the main...
  19. Hi


    In the example (initial project from ext), We are loading "ext-section" with a target of "Main" and this is what renders the Main section.


    If i added a button, how can i load "Main" via...
  20. Thank you
    /Z
  21. Hi

    can we style the emptyText of a textField? I want the words "Where" to be bolded.



    <ext-textField id="testId" emptyText="Where... at the beach"/>


    Thanks
  22. So the x-rootproperty needed to be "result" and not "results"

    i solved it myself :)

    thanks
    /Z
  23. Hi

    any update to this thread?

    /Z
  24. Support,

    I am working on a basic example whereas i use ajaxproxy to post via MVC using .net core. Basically, this works great in our ext5 but in ext 7 (core), it doesnt load. I can see the proper...
  25. that looks very promising.

    we are on .net 4.8 so i guess we will start to look at our components and begin the process to remove or upgrade all to .net core and then once we complete that phase,...
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4