I have defined a field set on a screen with several output fields and text labels in it. I have also specified a title for the field set. The default test color for the title is black. I try to change the text color on the title, but it remains black. The Visual Designer allows me to select a new color, but the title text color never changes to the new color in Visual Designer or when I run the program.
Are you not able to change the text color for field set titles?
Field Set Title Issue
-
- Experienced User
- Posts: 100
- Joined: Tue Feb 21, 2012 1:24 pm
- First Name: Robert
- Last Name: Mullis
- Company Name: WRC
- State / Province: Georgia
- Country: United States
- Contact:
-
- Profound User
- Posts: 72
- Joined: Fri May 08, 2009 2:43 pm
- First Name: David
- Last Name: Esdale
- Company Name: Guardian General Insurance
- City: Port of Spain
- State / Province: Outside Canada/USA
- Country: Trinidad and Tobago
- Location: Trinidad
- Contact:
Re: Field Set Title Issue
You can mix html tags into most title properties (e.g. fieldsets, panels).
For example, set the value property of the fieldset to:
For example, set the value property of the fieldset to:
Code: Select all
<p style="color:red;">Field Set Title</p>
- David
- Profound Logic Staff Member
- Posts: 690
- Joined: Fri Jan 04, 2008 12:11 pm
- First Name: David
- Last Name: Russo
- Company Name: Profound Logic Software
- Contact:
Re: Field Set Title Issue
It looks like the "color" property is getting set on the <fieldset> element, instead of the <legend> element that specifies the title.
I'm not sure if this is intentional or not -- will check with the development team. Meanwhile, the earler suggestion should work and also another way is to assign a CSS class and then use a descendant selector in the style sheet to pick up the <legend> element, like this:
I'm not sure if this is intentional or not -- will check with the development team. Meanwhile, the earler suggestion should work and also another way is to assign a CSS class and then use a descendant selector in the style sheet to pick up the <legend> element, like this:
Code: Select all
fieldset.myClass legend {
color: red;
}
- Alex
- Profound Logic Staff Member
- Posts: 233
- Joined: Fri Jan 04, 2008 12:10 pm
- First Name: Alex
- Last Name: Roytman
- Company Name: Profound Logic Software
- Contact:
Re: Field Set Title Issue
This will be fixed in the next release of Profound UI.
Who is online
Users browsing this forum: No registered users and 1 guest