Hi guys..
I am creating plugin for CB and faced next problem:
I need to get HTML code from "Display type" settings for my TAB..
Can I call something like this _CB_Framework->getDisplaytypeHTML('rounddiv', 'MyTEXT');
And it will return HTML
<div class="round">
MyTEXT
</div>
(it is for example..)
How can I do this?