Changes for page Style Config, Actions & Permissions
Last modified by Achraf El Kari on 2023/07/18 19:11
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -50,15 +50,15 @@ 50 50 [[image:iXPath V3.PortalV3.Forms.TextBox.WebHome@opo.png||style="float:left"]] 51 51 52 52 (% style="margin-left:auto; width:500px" %) 53 -|=((( 53 +|=(% style="background-color: rgba(0, 0, 255, 0.5); border-color: green;" %)((( 54 54 ====== **Value Element** ====== 55 -)))|=((( 55 +)))|=(% style="background-color: rgba(0, 0, 255, 0.5); border-color: green;" %)((( 56 56 ====== **Description** ====== 57 57 ))) 58 -|**Text Color:**|It allows specifying the text color of the entered value in the textbox. 59 -|**Font Size:**|To define the font size of the entered text 60 -|**Text Align:**|It allows specifying whether the text should be aligned to the left, right, or center. 61 -| | 58 +|(% style="border-color:green" %)**Text Color:**|(% style="border-color:green" %)It allows specifying the text color of the entered value in the textbox. 59 +|(% style="border-color:green" %)**Font Size:**|(% style="border-color:green" %)To define the font size of the entered text 60 +|(% style="border-color:green" %)**Text Align:**|(% style="border-color:green" %)It allows specifying whether the text should be aligned to the left, right, or center. 61 +|(% style="border-color:green" %) |(% style="border-color:green" %) 62 62 63 63 == == 64 64 ... ... @@ -74,12 +74,12 @@ 74 74 ))) 75 75 76 76 (% style="margin-left:auto; margin-right:auto; width:500px" %) 77 -|=((( 77 +|=(% style="background-color: rgba(0, 0, 255, 0.5); border-color: green;" %)((( 78 78 ====== **Actions** ====== 79 -)))|=((( 79 +)))|=(% style="background-color: rgba(0, 0, 255, 0.5); border-color: green;" %)((( 80 80 ====== **Description** ====== 81 81 ))) 82 -|**onLoad:**|The action is triggered when the web page has been fully loaded. 83 -|**onChange:**|The action is triggered when the value of a textbox is changed by the user. 84 -|**onBlur:**|The action is triggered when the focus of the input leaves the textbox, meaning when the user has finished entering text in the textbox and moves the focus to another element on the page. 82 +|(% style="border-color:green" %)**onLoad:**|(% style="border-color:green" %)The action is triggered when the web page has been fully loaded. 83 +|(% style="border-color:green" %)**onChange:**|(% style="border-color:green" %)The action is triggered when the value of a textbox is changed by the user. 84 +|(% style="border-color:green" %)**onBlur:**|(% style="border-color:green" %)The action is triggered when the focus of the input leaves the textbox, meaning when the user has finished entering text in the textbox and moves the focus to another element on the page. 85 85 | |