Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

using data-action removes title attribute

Farhan2Apr 25 2025

I am rendering buttons using htp.p

In apex 24.2 the format for calls to modal windows changed and onclick is no longer supported.

I have switched to the data-action method specified in the document which now works and the modal window is displayed.

I have however found that when switching to data-action the title attribute is not being added when the button html is rendered.

It is present in the htp.p code but doesn't get added on page render.

If I switch back to temporarily using onclick the title attribute is then added but the button doesn't work due to the the new apex format

why is the framework removing the title attribute when using data-action on a button calling a modal window and is there a work around to show a title?

This post has been answered by jariola on Apr 28 2025
Jump to Answer
Comments
Post Details
Added on Apr 25 2025
6 comments
127 views