Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
HTML tags to style components
#1
Can we use html tags to style components?

Yes. We can use  html tags to style the component.

Script for padding in title or description thru html tags.

Component Title : <span style = "color:#5adf14;font-size:15px;"> 
Potential Excess Opportunity </span>
 
Write this in respective connection script

var a = sdk.getWidget( 'timeline4' );
a.m_enablehtmlformate.subtitle = true;
a.m_enablehtmlformate.title = true;
a.draw();
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)