I have Labels and DynamicForms on my page. Is it possible to increase the size of the text?
mylabel = isc.Label.create({
ID: "myLabel",
contents: "Some text"
});
mylabel = isc.Label.create({
ID: "myLabel",
contents: "Some text"
});
Comment