Ticker

6/recent/ticker-posts

Custom Attributes in Oracle APEX - Javainhand Tutorial

In this Oracle APEX Tutorial, I will describe you to Custom Attributes in Oracle APEX.

This blog post will help for the beginners to understand about the custom attributes. Custom Attributes is a property of the different page components. You can see custom attributes section available in the Region, Page Item, Button etc.

What is Custom Attributes in Oracle APEX?

Custom Attributes are used to give more meaning to HTML Tags. If you want to add some additional information in the HTML tag then we have to write in the custom attributes section. We can write custom attributes with name/values pair like name=" value".

There are different types of attributes just like width and height attributes, alt attributes, style attributes, read-only attributes.

Use of Custom Attributes in Oracle APEX with Example

Just Suppose, You are creating some page items on the page and you want to fix their height and width. In that case you can use the custom attributes section where you can use style attributes on that section.

Style Attributes Example:-

style="width:10%; height:0px;"

The Following screenshot will help you for the better understanding.


Another Example of Custom Attributes

Just Suppose, You are creating some page items on the page and you want to display your page item in the readonly. In that case you can use the custom attributes section where you can use read-only attributes on that section.

Read-Only Attributes Example:-

readonly="readonly"

The Following screenshot will help you for the better understanding.

That's all for today, I hope you like my (Custom Attributes in Oracle APEX) blog post. If you liked this post then comment in the comment box section.

You can also subscribe to our youtube channel where we also post videos of Oracle APEX.

Post a Comment

0 Comments