As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.
Join the TIBCO Community TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.
From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
Request access to the private WebFOCUS User Group (login required) to network with fellow members.
Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.
The Dashboard editor for editing source in version 7.x has a font size of 16 pixels (way too big) and a proportional font (bad for code editing). We need to override it to a 13px size and monospace font.
I have dug deep in the worp css files and can not seem to locate the secret stylesheet. Has anyone overridden the dashboard editor and changed the class attributes for "textId" so the font is more presentable?
Any clues would be most appreciated.
Regards,
-- Dan
University of Nebraska at Omaha WF 7.1.6 Linux, Test: WF 7.6.1 Linux
Actually, the case I submitted was a bug report because the dropdown listbox for font/size on the browser toolbar doesn't appear in Firefox ( I didn't realize that the Dashboard Text Editor supplied a user-changeable feature since I couldn't see it due to the bug).
But the desire still stands, whether under IE or under Firefox. It would be good to have the capability to customize the stylesheet so that an installation could override the default setting of "Arial, 16pt".
Unfortunately, after debugging the rendered dashboard text editor in the Firebug extension, the stylesheet is apparently INLINE, constructed on the fly by the WORP Controller, and its settings are hardcoded rather than inherited from a stylesheet exposed in the worp/css directory.