Items Style
Items Style
message Styled Text – When you want to display only the text and the user should not be able to edit the text then we use the message Styled Text.
message Radio Group– This helps to create radio buttons in your page.
message Check Box – This helps to create check box in your page.
message Text Input – As the name implies it helps the users to enter data into this box. message Lov Input – when you want the uses to select from a list of values and quick select from the values then we use the message LovInput.This will open a pop up and you can search for values and select from the results. message Choice – When you want to display a list of values in a drop down fashion then you use the messageChoice. message Download – Used when the user needs to download a file or attachment. message File Upload – Used for displaying a button with a message Text Input .User can browse from the local machine and upload a file using this. button – It is a general button which has an action associated with it.You can set the fire action property which will inturn call a method which will perform that action. submit Button – This is the button used when you want to submit data to a OAF page. Link – Used for creating links.There are many types of links that can be created. form Value – This is used to send value to an OAF page but without being displayed in the page. spacer – This is used when you want to add space between your items placed in the page. seperator – This creates a horizontal line in an oaf page. Flex– This is a flex field.There are 2 types of flex fields. Key and Descriptive flex fields. url Include – This helps to include HTML content. tip – Helps to give hint to the user
message Text Input – As the name implies it helps the users to enter data into this box. message Lov Input – when you want the uses to select from a list of values and quick select from the values then we use the message LovInput.This will open a pop up and you can search for values and select from the results. message Choice – When you want to display a list of values in a drop down fashion then you use the messageChoice. message Download – Used when the user needs to download a file or attachment. message File Upload – Used for displaying a button with a message Text Input .User can browse from the local machine and upload a file using this. button – It is a general button which has an action associated with it.You can set the fire action property which will inturn call a method which will perform that action. submit Button – This is the button used when you want to submit data to a OAF page. Link – Used for creating links.There are many types of links that can be created. form Value – This is used to send value to an OAF page but without being displayed in the page. spacer – This is used when you want to add space between your items placed in the page. seperator – This creates a horizontal line in an oaf page. Flex– This is a flex field.There are 2 types of flex fields. Key and Descriptive flex fields. url Include – This helps to include HTML content. tip – Helps to give hint to the user