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
docs:3300_mobile_apps:110_mobile_applications [2022/08/25 00:00] – ↷ Page moved from 3300_mobile_apps:110_mobile_applications to docs:3300_mobile_apps:110_mobile_applications administratordocs:3300_mobile_apps:110_mobile_applications [2022/09/13 18:15] (current) – external edit 127.0.0.1
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''
  • Last modified: 2022/09/13 18:09