Search Results

Type: Posts; User: Prybe

Search took 0.03 seconds.
  1. Thread: Buttons-IE 11

    by Prybe
    Hello

    I have some buttons and I want to show or hide them when I click on the elements of the panel. This works on Chrome and Firefox but IE does not work, the buttons disappear when I click on...
  2. I have a combo box with custom search like https://examples3.ext.net/#/Form/ComboBox/Custom_Search/
    when i select a item, i want to set a textfield with a value that shows on the ItemTpl called...
  3. Thanks ALobpreis and daniil, it's solved reading the braking changes
  4. what i have to do to change version of the controls? i only change the dlls references but don't works, the compiler doesn't recognize the controls
  5. I'm adding nodes to a trepanel, the problem is when it's added on "code behind" the node this is not visible, i have to refresh the page to display it.
  6. ?? i suppose that i don't have to include all functionality because only import this part of the code, assuming the list it's fill manually, and the events of the buttons are ok (deleted lines)

    ...
  7. Hi, i'm trying to create buttons on code behind, all is well, but when i run the code, the buttons are not displayed


    <ext:Window ID="windowSucesoEnSistema" runat="server"
    Width="600" ...
  8. Thank Daniil it works great both solutions.
    I have to mark like solved? if yes how i do that?
  9. Yes i use a master page
  10. Is there any property to limit the length of text on html editor control? in case that not how i can implement this functionality?
  11. Thanks Danil!



    <script type="text/javascript">
    var tipRenderer = function (storeItem, item) {
    var total = 0;
    App.pieChart.getStore().each(function (rec) {//in...
  12. I've solved checking all my code and i forget add an ext:store who's i'm using on some controls. But i still have the problem with custom scripts calling controls through App.IdOfControl
  13. When i try to do something like this on the example https://examples2.ext.net/#/Chart/Pie/Basic/ for show the Tips when the js function it's called causes a null reference to the ID of the chart. I ...
Results 1 to 14 of 14