PDA

View Full Version : [CLOSED] ext:Label



Z
Sep 28, 2017, 11:03 PM
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!

Z
Oct 16, 2017, 2:56 AM
ok.
thxs.
/Z

fabricio.murta
Oct 18, 2017, 7:30 PM
Hello! Thanks for the feedback, hope it works right for you!