Comtech-ef-data NetVue Release 1.1 User Guide Instrukcja Użytkownika Strona 193

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 265
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 192
Advanced Configuration (System Display) Revision 3
NetVue User Guide MN-NETVUE
1056
10.7.4.3.2.3 Placeholders
Depending on the context, these placeholders are always available. It is not necessary to define them in
<PopupDetail> tags.
[dmaid] Dataminer ID
[eid] Element ID
[sid] Service ID
[viewid] View ID
[pid] Parameter ID
[primarykey] Primary key of the Parameter
[dispkey] Display key of the Parameter
Example 1
Placeholders are replaced by cell values from the currently selected dynamic table row:
<PopupSkeleton>
<![CDATA[
<p>Latitude: [latitude]</p>
<p>Longitude: [longitude]</p>
]]>
</PopupSkeleton>
<PopupDetails>
<Detail name="latitude" type="parameter_samerow" pid="114" />
<Detail name="longitude" type="parameter_samerow" pid="116" />
</PopupDetails>
Example 2
Placeholders are replaced by Property values retrieved from the current Element, Service or View:
<PopupSkeleton>
<![CDATA[
<p>Latitude: [latitude]</p>
<p>Longitude: [longitude]</p>
]]>
</PopupSkeleton>
<PopupDetails>
<Detail name="latitude" type="property" property="Latitude" />
<Detail name="longitude" type="property" property="Longitude" />
</PopupDetails>
10.8 Notifications
Set up NetVue to send notification messages based on these parameters:
Przeglądanie stron 192
1 2 ... 188 189 190 191 192 193 194 195 196 197 198 ... 264 265

Komentarze do niniejszej Instrukcji

Brak uwag