Friday 4 July 2014

Item Styles

ITEM STYLES:-
1) Attachment link: - Using this we can attach a file, at a time only one file is possible.
2) Attachment table :- we can attach more than one file
3) Button and Submit Button: - Both are same. But for button u won’t get any actions and we need to write the actions but in case of submit button we can get. To get the actions to button we need to set action type : in client action – fire action or fire partial action
4) Flex: - To implement flex fields (both flex fields) we can implement both types.
5) Form parameter:-To store some value in this, use this to pass the parameter values like variable
6) Form value:-It is a hidden item to store some value, but not display that, we can use this form value. To store id’s those we don’t want to display
7) Formatted Text:- Used in context branding and product branding
8) Image:- To display image – property – give image URL and style – Image Visual: image url – path of image where it is html – oa – media
9) Link: - Navigation: Destination url:http://metalink.oracle.com – visual – text – metalink. If u click this it is opened in same window and if u want to open in new window : navigation – target frame - _Blank : destination function ; to open a form in the oracle apps we will create one function and while registering the form oracle apps , this function name should be given in the destination function to open the form directly
10) Message Checkbox:- You can display check box – prompt : y/n checked value-Y and unchecked value – N
11) Message File upload:- You can browse and you will get like file : -- browse and here just give the prompt
12) MessageLOVChoice:- It is combination of both messagelovinput and message choice
13) Editor:- message text editor
14) RawText:- To display text basically
15) Reset Button:- To clear the values – properties – visual – text :reset and u can clear all the things except lov’s editor
16) Messag Radio Button and Radio Group:- For radio group – id – RG1 and for radio button – rb1 and rb2 – prompt – male and female and group name – RG1 . Through radio group you can select only one value and these 2 are under the radio group
17) Spacer:- To get the spaces between the items in horizontal and vertical way – properties – Height – 50 width – 50 and place this button where u want space in between items
18) Static styles text:- Similar to message style text , read only item and display item
19) Tip: - to provide the message, this is page level tip. property – visual – tip type : Short tip for item level – tip message – Application short name – PO and tip message name – need by date should be greater than sysdate
20) Seperator:- It separates the item and you get one line in the page which separates this item is placed, where u want separation between the items

No comments:

Post a Comment