Spaces/Official ESi/Scriptaculous & Adv. Tags

Embedview

Gerrit Oertel
posted this on January 04, 2010 10:46

<embedview board="Significant Events" view="Display"
enablefooter="false" width="100%" height="50" scrolling="true"></embedview>

In WebEOC 7.2 and later, the <embedview> tag allows a different view from the same or a different board to be embedded in a view. The embedded view will work like any other view to include automatic refreshing when new data is added, view lining, and other features. The new data indication will not turn on when new data is added to an embedded view.

This tag is not support in either Remote Boards or on the PDA interface.

If you are placing this tag in a display view, make sure it is outside of the '<eocrepeatallrecords> ... </eocrepeatallrecords>' tags.  Otherwise it will either not show up, or show up too many times.

 

Attributes

All of the following attributes are optional, except the view attribute.

 

  • board – This is the name of the board that contains the view to be embedded. If not specified, then the current board is assumed.
  • view – This is the name of view to be embedded. This attribute is required.
  • style – This is a pass-through attribute that allows the resulting HTML container’s style to be specified.
  • class – This is a pass-through attribute that allows the resulting HTML container’s class to be specified.
  • id – This board-builder specified id is used in with the targetId attribute on the <viewlink> tag.
  • enablefooter – This is a true|false attribute that specifies whether or not to display the board footer as
  • part of the embedded view to allow paging. The default is false.
  • width – This attribute determines the width of the embedded view, in pixels.
  • height – This attribute determines the height of the embedded view, in pixels.
  • scrolling – This is an auto|true|false attribute that determines whether or not to allow scrolling if the content is bigger than the embedded view. The default is set to auto.
 

Comments

User photo
Sam Van Deest
ESi Support & WebEOC Community Portal

If you are placing this tag in a display view, make sure it is outside of the '<eocrepeatallrecords> ... </eocrepeatallrecords>' tags.  Otherwise it will either not show up, or show up too many times.

January 25, 2011 16:22
Topic is closed for comments