Search Results

Type: Posts; User: olimpia

Page 1 of 2 1 2
Search took 0.01 seconds.
  1. Excellent, would greatly help in development.
    Something like Ext Designer be very welcome.
  2. I'm doing tests using gridpanel with RowEditor https://examples1.ext.net/#/GridPanel/Plugins/RowEditor/
    After adding a few lines on the grid the user clicks the save button, which is a <asp:Button>...
  3. Hello Geoffrey,
    It would be good option to Design Mode, but I understand the priorities.
    Regarding the release date for version 1.0, have any estimate?
  4. Hello,
    What is the anticipated release of version 1.0?
    Version 1.0 will support desgin?
  5. Hi Geoffrey McGill, thank you for the information.
    I tried to do a plugin, but I didn't have a lot of success.
    Does some exist manual that explains as developing a plugin for the coolite?
  6. It follows the files
    You have to extract in the directory Build\Resources\Coolite\ux\extensions of the project Coolite.Ext.Web

    Also inform the js in the file AssemblyInfo.cs
    [assembly:...
  7. This button was not included through C#.
    I altered the js of the controls...

    For this reason it would like that in the next version already had this native option
  8. I analyzed this post, but NumberField not this in a grid, this in a form.
    Which event should use so that the control already comes with the correct value?
  9. I have a control NumberField, when it carries the value of DB him not this exhibiting with the zeros of the decimal house

    example:
    When passing 15.00 the control it only carries 15
    What...
  10. I altered some js and css of the control ext:Desktop to add a button of minimizing all the windows and a clock in the taskbar.

    Does the possibility exist of including this modifications...
  11. Thread: currency euro

    by olimpia
    I sought in it source of the coolite but I didn't locate.
    It should use some thing similar to that
    <Columns>
    <ext:Column >
    <Renderer Fn="Ext.util.Format.usMoney" />
    </ext:Column>
    </Columns>
  12. Thread: CycleButton

    by olimpia
    vladimir, you said in other post that doesn't have support during AjaxEvent for creation Dynamic control in the current version of Coolite.
    Is this information also indicated for control...
  13. To validate only a field I use the following code

    Ext.getCmp('id_control').isValid()

    You can make a loop in all them field of the form and to only validate the ones that you want
    ...
  14. Thread: CycleButton

    by olimpia
    Does anybody know as doing this what I asked above or will it be that in the current version is not possible?
  15. Thread: CycleButton

    by olimpia
    Some way exists to insert items inside in the menu of a CycleButton using a method [AjaxMethod]
  16. <DIV style="TEXT-ALIGN: left" dir=ltr id=result_box>
    <DIV style="TEXT-ALIGN: left" dir=ltr id=result_box>There is the possibility of using this plugin with the GridPanel?
  17. Thread: live search

    by olimpia
    I have a problem when I use the example of the live search https://examples1.ext.net/#/Form/ComboBox/Custom_Search/

    When you type a character is loaded the list up here all right.
    But if the...
  18. I make this in JavaScript for execute a reset in FormPanel

    FormPanel1.getForm().reset();
    How did to execute a reset in FormPanel in code server?
  19. I have a TabPanel and inside some textFields.
    Does the possibility exist of recovering which tab a certain textFields this located?
  20. This seeking on remote validation and I located this link
    http://extjs.com/forum/showthread.php?t=19112

    Does some way exist of applying something similar to having used TextFiled?
  21. I use like this:
    JavaScript

    var a = []
    a[0] = "a";
    a[1] = "b";
    a[2] = "c";
    var arr = Ext.encode(a);
    Coolite.AjaxMethods.Teste(arr);
  22. Thank you
    How to insert space in white among the two controls ?
  23. I am using a FormPanel and I need to insert in the same line a TextField and a Label.
    I tried to do this way but it generated mistake:

    <ext:FormPanel ID="FormPanel2" runat="server"...
  24. thank
  25. Ok, some forecast exist for this support?
Results 1 to 25 of 38
Page 1 of 2 1 2