Closed symphony-mariacristina closed 3 years ago
The UIAction will be represented by the following tag <ui-action>.
<ui-action>
Open chat action attributes
Note : for now UIAction can only have UIAction or button as a child
The rest of attributes will be present by convention as data-attributename validated MML level depending on the selected action.
MessageML
<ui-action trigger="click" action="open-im" stream-id="UUzhhBMMC+PTHBj0SuoQrn///onSQszYdA=="> <button>Open by stream ID</button> </ui-action>
PresentationML
<div class="ui-action" data-trigger="click" data-action="open-im" data-stream id="UUzhhBMMC+PTHBj0SuoQrn///onSQszYdA=="> <button>Open by stream ID</button> </div>
Tag
The UIAction will be represented by the following tag
<ui-action>
.MessageML Attributes
Open chat action attributes
Note : for now UIAction can only have UIAction or button as a child
PresentationML Attributes
The rest of attributes will be present by convention as data-attributename validated MML level depending on the selected action.
Example
MessageML
PresentationML