Search Results

Type: Posts; User: multimediait

Page 1 of 2 1 2
Search took 0.01 seconds.
  1. Good evening, I have a doubt, I have a situation like in the following example, in which each control includes many sub-controls (js file), however loading of the control ClassA (for example) is very...
  2. Hi Daniil, thanks for your quick answer, I resolved my problem with this example:

    https://examples2.ext.net/#/GridPanel/Data_Presentation/Meta_config/

    In practice, I needed to get a...
  3. Good Evening, I've created a Window, within I added a paging GridPanel, is there a way to get a page index (pagingtoolbar) in OnLoad event of Window?
    I need get this value to create columns, model...
  4. I understand, thanks Daniil, I will try with hidden field and override LoadPostData.
    A control that dynamically creates inner controls based on the type of a specified property's value

    In...
  5. Sure, this is a small example.
    I would, get variable's value "value", in C#.
    I know that I would use DirectEvent Change but, I prefer set when I need it.



    using System;
    using...
  6. Hi Geoffrey, thanks for your quick response.
    Within a custom control, I can use State.Get and State.Set to retrieve (and set) a variable's value (client side)?
  7. Good evening.
    Is there a way to get a javascript function's value from codebehind (C#), without DirectMethod or hidden fields?
    Thanks in advance.
  8. thank you so much Daniil, this is exactly what I was looking for.
    You can mark this thread with CLOSED
  9. I already created custom controls and I set up javascript file this way (example):



    Ext.define('App.<ControlName>', {
    extend: 'Ext.container.Container',
    alias: 'widget.<ControlName>'
    ...
  10. Sorry, I don't quite understand what exactly you don't understand:) Please elaborate on that. What do you mean by "set JavaScript file"?
  11. Good evening, I have a trivial question. I would like create a custom SelectionModel like CheckboxSelectionModel but I don't know how do it.
    How I can start?

    Thanks in advance
  12. yes thanks, you can mark with CLOSED
  13. i'm sorry, I could not simplify code :) I will try to be more careful in the future
    I wanted add a button to AnyControl ad add this button in client mode, but directevents and listeners doesn't...
  14. Sure, this is small example:

    ASPX PAGE



    private AnyControl AnyControSession
    {
    get
    {
  15. Hi Daniil, thanks for answer.
    in practice, i want add buttons list in codebehind, serialize this list and add to container in javascript.
    I found this method



    var cmdGroup =...
  16. good evening, I've trying to create a custom control (inherited from Panel), auto-adaptive to DataType setted:

    DataType: Numeric/String -> TextField
    DataType: Data -> DateField
    DataType: Boolean...
  17. Hi @Daniil
    thank you very much, work perfectly, you can mark with CLOSED
  18. good evening, I've created this plugin edited from example in "Ext.NET Web Application Development" e-book to try understand how create new plugin, but in line "this.fireEvent('afterChange', this,...
  19. Good morning, I've created this ascx file that I load in a ext window.
    In my web application I've multiple instance of the my ascx file.
    In this usercontrol I've created a DirectMethod (GetSerial)...
  20. unfortunately, AutoDestroy doesn't work, the only workaround found is back to version 2.4
  21. Thank you Daniil for reply, unfortunately,it's difficult make a test project, because there is many (business) projects linked, tomorrow I will try AutoDestroy="false".
    If this flag is not working,...
  22. I've noted that issue occurs with version 2.5 and not with version 2.4
  23. Good morning, I've this gridpanel:



    /*
    * Evento eseguito quando una griglia viene associata ad uno store, cambiamento pagina e refresh
    * - store: Store da associare alla griglia
    */...
  24. Thanks Vladimir works perfectly in this way, can mark as closed



    var ExpandNode = function (path, serial) {
    var tree = Ext.getCmp("treeArchivi"),
    node = tree.store.getNodeById(serial);
    ...
  25. Good evening, I'm trying select a TreePanel's leaf after expand node (load ondemand) with this function:



    var SelectNode = function (path, serial) {
    var tree = Ext.getCmp("treeArchivi"),
    ...
Results 1 to 25 of 26
Page 1 of 2 1 2