<?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[Help on few mango components missing]]></title><description><![CDATA[<p dir="auto">Hi</p>
<p dir="auto">I was working in dashboard designer, some of the mango components help is not available.<br />
These are the ones, that I noticed.</p>
<ul>
<li>ma-point-hierarchy-browser</li>
<li>ma-point-hierarchy-point-selector</li>
<li>ma-point-hierarchy-select</li>
</ul>
<p dir="auto">thx</p>
]]></description><link>https://forum.mango-os.com/topic/3408/help-on-few-mango-components-missing</link><generator>RSS for Node</generator><lastBuildDate>Sat, 18 Apr 2026 23:11:40 GMT</lastBuildDate><atom:link href="https://forum.mango-os.com/topic/3408.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 12 Apr 2018 15:08:12 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Help on few mango components missing on Tue, 08 May 2018 18:18:42 GMT]]></title><description><![CDATA[<p dir="auto">Thank you so much Jared.  I will give it a try.</p>
<p dir="auto">I wasn't sure how to get selected points from ma-point-hierarchy-point-selector.   This is what I had tried.</p>
<p dir="auto">&lt;ma-point-hierarchy-point-selector id="895788e3-8b45-4b67-8726-7081b37b7348" ng-model="maPointHierarchyPointSelectorModel" path="[]" &gt;&lt;/ma-point-hierarchy-point-selector&gt;</p>
<p dir="auto">I was trying to print by looping "point in maPointHierarchyPointSelectorModel.points".</p>
]]></description><link>https://forum.mango-os.com/post/18332</link><guid isPermaLink="true">https://forum.mango-os.com/post/18332</guid><dc:creator><![CDATA[KKS]]></dc:creator><pubDate>Tue, 08 May 2018 18:18:42 GMT</pubDate></item><item><title><![CDATA[Reply to Help on few mango components missing on Tue, 08 May 2018 16:12:12 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kks" aria-label="Profile: KKS">@<bdi>KKS</bdi></a> here's an example you can use.</p>
<pre><code>&lt;div class="ma-designer-root" id="49a37997-7c9c-4973-8aa7-56beb6259455" style="width: 1366px; height: 768px; position: relative;"&gt;
    &lt;ma-point-hierarchy-point-selector id="6bfd2456-5a46-45e0-915f-89348a95b419" ng-model="points" path="['Demo']" style="position: absolute; left: 0px; top: 0px; width: 50%; height: 50%;" expanded="1" hide-folders-with-no-points="true" select-subfolders="true" show-device-names="true"&gt;&lt;/ma-point-hierarchy-point-selector&gt;

    &lt;md-table-container ng-init="sortOrder='xid'" id="37d733aa-6608-4313-83e9-7e703877a0c4" style="position: absolute; left: 0px; top: 50%; width: 100%; height: 50%;"&gt;
        &lt;table md-table=""&gt;
            &lt;thead md-head="" md-order="sortOrder"&gt;
                &lt;tr&gt;
                    &lt;th md-column="" md-order-by="xid"&gt;XID&lt;/th&gt;
                    &lt;th md-column="" md-order-by="deviceName"&gt;Device name&lt;/th&gt;
                    &lt;th md-column="" md-order-by="name"&gt;Name&lt;/th&gt;
                    &lt;th md-column="" md-order-by="value"&gt;Value&lt;/th&gt;
                &lt;/tr&gt;
            &lt;/thead&gt;
            &lt;tbody md-body=""&gt;
                &lt;tr ng-repeat="point in points | orderBy:sortOrder track by point.xid"&gt;
                    &lt;td ng-bind="point.xid"&gt;&lt;/td&gt;
                    &lt;td ng-bind="point.deviceName"&gt;&lt;/td&gt;
                    &lt;td ng-bind="point.name"&gt;&lt;/td&gt;
                    &lt;td&gt;&lt;ma-point-value point-xid="{{point.xid}}"&gt;&lt;/ma-point-value&gt;&lt;/td&gt;
                &lt;/tr&gt;
            &lt;/tbody&gt;
        &lt;/table&gt;
    &lt;/md-table-container&gt;
    &lt;pre id="9e4a5a3b-5882-49a3-b08c-084feb2ce84d" style="position: absolute; left: 50%; top: 0px; width: 50%; height: 50%; overflow: scroll;" ng-bind="points | json"&gt;&lt;/pre&gt;
&lt;/div&gt;
</code></pre>
<p dir="auto">have you looked at the attributes available for <code>&lt;ma-point-hierarchy-point-selector&gt;</code> in the dashboard designer? I realize its not full documentation. We are phasing out point hierarchies in favor of data point tags.<br />
<img src="https://camo.nodebb.org/f4ab1dd5a2e30500cfa6fabf70bc8a055db2b3b3?url=https%3A%2F%2Fi.imgur.com%2FJebh2Ab.png" alt="0_1525795922797_cbe0cc0c-fb9d-4ed9-8c5f-841468038e24-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.mango-os.com/post/18317</link><guid isPermaLink="true">https://forum.mango-os.com/post/18317</guid><dc:creator><![CDATA[Jared Wiltshire]]></dc:creator><pubDate>Tue, 08 May 2018 16:12:12 GMT</pubDate></item><item><title><![CDATA[Reply to Help on few mango components missing on Fri, 04 May 2018 15:31:33 GMT]]></title><description><![CDATA[<p dir="auto">Hi Jared,</p>
<p dir="auto">I want to create a 'ma-point-hierarchy-point-selector' on the left panel.  The right panel should have table with selected point name/values displayed  and single chart with all selected point(s)  lines.  Searched the forum, for this mango .component but coud not find any.</p>
<p dir="auto">thx in advance</p>
]]></description><link>https://forum.mango-os.com/post/18281</link><guid isPermaLink="true">https://forum.mango-os.com/post/18281</guid><dc:creator><![CDATA[KKS]]></dc:creator><pubDate>Fri, 04 May 2018 15:31:33 GMT</pubDate></item><item><title><![CDATA[Reply to Help on few mango components missing on Fri, 20 Apr 2018 19:37:02 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kks" aria-label="Profile: kks">@<bdi>kks</bdi></a> Yes some components are missing documentation. If you need any help let me know what you are trying to do and I'll point you in the right direction.</p>
]]></description><link>https://forum.mango-os.com/post/18106</link><guid isPermaLink="true">https://forum.mango-os.com/post/18106</guid><dc:creator><![CDATA[Jared Wiltshire]]></dc:creator><pubDate>Fri, 20 Apr 2018 19:37:02 GMT</pubDate></item></channel></rss>