View Full Version : [CLOSED] ext:Label
This type existed in sencha touch 2.x
It is gone in ext.net mobile.
What type should I use instead?
Thxs
/z
fabricio.murta
Sep 29, 2017, 3:53 AM
Hello @Z!
It will depend very much of what exactly you want to attain but as far as a simple html-filled component is concerned, you can just go ahead with a bare Ext.Component (http://docs.sencha.com/extjs/6.0.2/modern/Ext.Component.html) containing the html config. For instance, webforms + Ext.NET:
<ext:Component runat=server Html="Hello world!" />
Hope this helps!
fabricio.murta
Oct 18, 2017, 7:30 PM
Hello! Thanks for the feedback, hope it works right for you!
Powered by vBulletin® Version 4.2.3 Copyright © 2024 vBulletin Solutions, Inc. All rights reserved.