Showing posts with label tel. Show all posts
Showing posts with label tel. Show all posts

Saturday, August 23, 2014

Oracle MAF - Using Panel Group Layout - wrap

In Oracle MAF one new option has been provided for the attribute "layout" of panelGroupLayout. It is very useful. I will give you a scenario: you want to create a contact us section where by you will want the text, followed by phone numbers(which should be clickable and should open phone dial on clicking) and email(clicking on which a write message of your default mail should open).

For such scenario you can use panel group layout with layout property set to wrap and inside it you can use output text and golinks to serve the purpose.