Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
3300_mobile_apps:110_mobile_applications [2022/08/21 22:48] – ↷ Page moved from docs:3300_mobile_apps:110_mobile_applications to 3300_mobile_apps:110_mobile_applications administrator3300_mobile_apps:110_mobile_applications [2026/08/13 00:55] (current) – ↷ Page moved from docs:3300_mobile_apps:110_mobile_applications to 3300_mobile_apps:110_mobile_applications localdev
Line 5: Line 5:
 The process is the same as for a desktop application. You will need to define an attribute of the Document type in some object and then add an HTML cell to your form with the following contents: The process is the same as for a desktop application. You will need to define an attribute of the Document type in some object and then add an HTML cell to your form with the following contents:
  
-<code aim><div style=”width:400px;height:400px”><<MyObject.DocumentAttribute>></div></code>+<code aim><div style=”width:400px;height:400px”><<MyObject.DocumentAttribute>></div> </code>
  
 The div element is just to give width and height to the video. The actual video is embedded by a reference to the document attribute ''MyObject.DocumentAttribute'' The div element is just to give width and height to the video. The actual video is embedded by a reference to the document attribute ''MyObject.DocumentAttribute''