<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[How to get text on Dashboard Designer Components?]]></title><description><![CDATA[<p dir="auto">Hi All,</p>
<p dir="auto">We are running the latest version of Mango (Enterprise) and I think there is a bug with the v3 dashboard designer, but not sure:</p>
<p dir="auto">When we create a dashboard via the V3 UI -&gt; Custom Pages -&gt; Dashboard Designer</p>
<p dir="auto">I put on a few Gauges, I then went to text and font and typed in a label for the gauges.</p>
<p dir="auto">When I first type the label, it appears in the dashboard designer UI.</p>
<p dir="auto">Then, when I click 'View Page', the text is gone. If I go back to the dashboard designer, the text is no longer visible on the preview screen, however it <em>does</em> still appear under 'Text and Font'.</p>
<p dir="auto">As soon as I change the text by adding or removing a character, it shows back up on the preview screen, but once again disappears under view page.</p>
<p dir="auto">Here's a video of the issue <a href="https://youtu.be/N8-dlilTB-E" rel="nofollow ugc">https://youtu.be/N8-dlilTB-E</a></p>
<p dir="auto">I do believe your team has access to this instance if you want to troubleshoot or see it for yourself.</p>
<p dir="auto">I work with <a class="plugin-mentions-user plugin-mentions-a" href="/user/mihairosu" aria-label="Profile: mihairosu">@<bdi>mihairosu</bdi></a> -- he can show you as well.</p>
<p dir="auto">Update:</p>
<ul>
<li>Occurs on the latest versions of Chrome and Safari -- Windows and OSX</li>
<li>Nothing significant noted in inspector / console.</li>
<li>In the inspector, the HTML / JS  <em>does</em> not show the text in the preview screen.</li>
</ul>
<p dir="auto">Thanks!</p>
]]></description><link>https://forum.mango-os.com/topic/3252/how-to-get-text-on-dashboard-designer-components</link><generator>RSS for Node</generator><lastBuildDate>Thu, 14 May 2026 16:50:32 GMT</lastBuildDate><atom:link href="https://forum.mango-os.com/topic/3252.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 02 Feb 2018 22:51:31 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to get text on Dashboard Designer Components? on Tue, 06 Feb 2018 04:34:08 GMT]]></title><description><![CDATA[<p dir="auto">Thank you!</p>
<p dir="auto">That makes sense, appreciate the help!</p>
<p dir="auto">Edited the title of the post to make it easier for people to find in the future if searching for something similar.</p>
]]></description><link>https://forum.mango-os.com/post/17218</link><guid isPermaLink="true">https://forum.mango-os.com/post/17218</guid><dc:creator><![CDATA[rshah]]></dc:creator><pubDate>Tue, 06 Feb 2018 04:34:08 GMT</pubDate></item><item><title><![CDATA[Reply to How to get text on Dashboard Designer Components? on Sat, 03 Feb 2018 00:15:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/rshah" aria-label="Profile: rshah">@<bdi>rshah</bdi></a> The text content attribute in the designer sets the text in between the HTML start and close tag. e.g. if you put a div in then set its "Text content" to "my text" you will get a div like this <code>&lt;div&gt;my text&lt;/div&gt;</code>. Check the markup.</p>
<p dir="auto">When a AngularJS component/directive is compiled it can make make use of this text content using transclusion but ours normally don't. I should probably hide the "Text content" attribute from the designer except for certain plain HTML tags like <code>&lt;div&gt;</code> or <code>&lt;span&gt;</code>.</p>
<p dir="auto">To add a label like you are trying to do, drop a separate "Text box" (<code>&lt;div&gt;</code>) from "Basic components" onto the page and position it where you would like.</p>
]]></description><link>https://forum.mango-os.com/post/17181</link><guid isPermaLink="true">https://forum.mango-os.com/post/17181</guid><dc:creator><![CDATA[Jared Wiltshire]]></dc:creator><pubDate>Sat, 03 Feb 2018 00:15:21 GMT</pubDate></item></channel></rss>