UNPKG

aolists-webtop

Version:

Web interface for aoLists

22 lines 782 B
/** * @class aoVisualTextField * @extends Ext.form.Field * * Creates a binary control * * @author Jose Gonzalez * @copyright (c) 2014, by Candid.Concepts LC * @version 1.0 * * @license myDualControl is licensed under the terms of * the Open Source LGPL 3.0 license. Commercial use is permitted to the extent * that the code/component(s) do NOT become part of another Open Source or Commercially * licensed development library or toolkit without explicit permission. * * <p>License details: <a href="http://www.gnu.org/licenses/lgpl.html" * target="_blank">http://www.gnu.org/licenses/lgpl.html</a></p> * */ Ext.ux.form.aoVisualTextField = Ext.extend(Ext.ux.form.aoVisualHolder, { }); Ext.reg('visualtext', Ext.ux.form.aoVisualHolder);