What i want to do is to format the HTML text, so it would display in rows.
nameand age (text) should be bold, and properly formatted in rows. How can i do this ?
Ext.getCmp('ex').push({
title: 'Good Morning',
html: 'name ' + frame + ' age : '+ lname
});
It is just… HTML. So you would do it just how you normally would:
To improve code readability, I generally create an Array then
joinit: