Search Results

Type: Posts; User: Peska

Search took 0.01 seconds.
  1. Nevermind. I found the problem. I forgot to add xtype to Ext.define. Here is a working example:


    Ext.define('ExtNetTest.MyTextField', {
    extend: 'Ext.form.field.Text',
    alias: 'mytextfield',...
  2. I would like to extend TextField control. Here is a basic example:


    using Ext.Net;

    namespace ExtNetTest
    {
    public class MyTextField : TextField
    {
    public override string InstanceOf
Results 1 to 2 of 2