Hello,
I am trying the following append call but I am not seeing the style attributes added. The append works and I see the image and text but not the styling.
Any help is appreciated.
Thanks,
Carrie
I am trying the following append call but I am not seeing the style attributes added. The append works and I see the image and text but not the styling.
Any help is appreciated.
Thanks,
Carrie
panelBar.append(
[
{
text: "Title",
encoded: false,
content: "Some Text",
imageUrl: "myimage.jpg",
imageHtmlAttributes: { style: "margin-top:8px;margin-right:8px;" }
}
]
);