0
Image
Description
The Image part allows application users to add images directly into the page.
Use
Typically, images are best controlled by adding an HTML DIV into the logicnet using an HTML form part node and attaching, sizing, and formatting the image using CSS. However, you can also place an image using the image part. You can load this form part by adding it to a blank form-part node:
- Open the Designer.
- Add an HTML form part.
- Select the node and right-click on it.
- Choose Form Details.
- Click on the image icon.
- Complete the form using the name of an image in the resources/images folder or click the ... to select from the list.
Editor Fields
Tab Name | Field Name | Description/Use | Type/Options | Optional/Mandatory |
Details | Name | Click on the ... button near the text field to select an image. | Image | Mandatory |
Details | Preview | This field is not editable. It displays a preview of the added image. | Read Only | |
Style | Width | This field sets CSS width property. | Number | Mandatory |
Style | Height | This field sets CSS height property. | Number | Mandatory |
Style | Border | This field sets CSS border property. | Text | Mandatory |
Style | Style class | This field sets the CSS class. | Text | Optional |
Style | Section | This field adds the object to a specific section in the HTML DOM. | Number | Optional |
Like
Follow
Reply