Comtech-ef-data NetVue Release 1.1 User Guide Manuel d'utilisateur Page 193

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 265
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 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:
Vue de la page 192
1 2 ... 188 189 190 191 192 193 194 195 196 197 198 ... 264 265

Commentaires sur ces manuels

Pas de commentaire