239
Views
5
Comments
Solved
Text in border
Question

I need to set two words in the border. is it possible to set it in the extended properties with the style option ? At the moment  I have it set as follows:

SyntaxEditor Code Snippet

"border: 1px solid #D0D0D0; border-radius: 10px; padding: 5px; width:1200px;"
2024-04-24 19-28-09
Justin Babel
Solution

Hi Jorge,

I've attached a OML example of how to do this, based on how it is done in WebPatterns.

The following OsTagName is used on the container to make it a field set:

Let me know if you have any issues,

Justin

FieldsetExample.oml
2016-08-14 15-21-18
Jogait

Can't you use the WebPatterns Fieldset? I think it does what you need.

2016-07-12 16-07-47
Jorge Almeida

no. it is not possible to use any forge components. Forbidden due to policies. 

2016-04-21 20-09-55
J.
 
MVP

use the <fieldset> tag then, it's part of html


2016-07-12 16-07-47
Jorge Almeida

thanks. nevertheless it is not perfect still. Check the images below please. I want to put the text in the red delimited part (check below). It is in the container... I have an expression to set the fieldset, and of course create a new box with the inline text... but I want to do it to the container.. how to do it? 


2024-04-24 19-28-09
Justin Babel
Solution

Hi Jorge,

I've attached a OML example of how to do this, based on how it is done in WebPatterns.

The following OsTagName is used on the container to make it a field set:

Let me know if you have any issues,

Justin

FieldsetExample.oml
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.