elml:popup

The element popup is a representation element. It is basically the same as the element paragraph but is
displayed with a border and background colour and is only shown if clicked on the link.

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
cssClass xs:string optional
icon xs:string optional
label elml:LabelType optional
The attribute label is restricted to 25 characters which can be a random selection from the values 'a-z',
'A-Z', '0-9' and '_'.
labelRef elml:LabelType optional
The attribute labelRef contains the references to a valid label of one other element within a lesson.
title xs:string optional
The attribute title contains a string representing a title.

Used By

Source

<xs:element name="popup" type="elml:ParaType">
  <xs:annotation>
    <xs:documentation>The element popup is a representation element. It is basically the same as the element paragraph but is displayed with a border and background colour and is only shown if clicked on the link.</xs:documentation>
  </xs:annotation>
</xs:element>

Sample