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!

On click on add row readonly=false in tabular form...

InfantrajMay 15 2015 — edited May 16 2015

HI,

I'm using Apex 4.2.6 i have created on tabular form... For two fields i gave HTML element attributes as readonly=TRUE.... When i'm adding a new row also its displaying as readonly, but i want to enter the field...

I dont know how to create a javascript for this... But i have tried some code...

<script type='text/javascript'>

function

document.getElementById("add row button id");

onclick.{setattr((("f03") readonly=false)

(("f05") readonly=false)

}

</script>

Used it in HTML Header no use... i know i'm missing something...I have never tried javascripts before...  Also I want to learn about form validations... I have surfed threw internet not found anything useful... 

Thanks in advance

Infant

This post has been answered by Jitendra on May 15 2015
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 13 2015
Added on May 15 2015
9 comments
1,906 views