ApplyTo in Ext.net 2.2

  1. #1

    ApplyTo in Ext.net 2.2

    Earlier ext controls were having applyTo function which Apply the behaviors of the ext component to an existing element. Please specify now how we can achieve the same functionality provided by applyTo.
    Please help, its urgent!!!!
    Last edited by rishu; Jul 24, 2013 at 12:49 PM.
  2. #2
    Quote Originally Posted by rishu View Post
    Earlier ext controls are having applyTo function which Apply the behaviors of the ext component to an existing element. Please specify now how we can achieve the same functionality provided by applyTo.
    Please help, its urgent!!!!
    I have the same problem in rendering controls.
  3. #3
    Please help!!!
    Ext.net 2.2 no longer supported applyTo for controls. After migration to Ext.net 2.2, some of the major functionality has been stopped due to applyTo.
    Ext.create(Ext.form.TextField', {
    applyTo: 'fromdate',
    hideLabel: true
    });
    .....
    
    <input type="text" id="fromdate">
    For comboBox, applyTo has been replaced by transform but for textbox transform is not working. Please help in getting proper solution. Is there any override to get the applyTo for Ext.net 2.2
  4. #4
    Here is a related thread.
    http://forums.ext.net/showthread.php?25838
    Last edited by Daniil; Sep 29, 2014 at 11:48 AM.

Posting Permissions