简体   繁体   中英

Why is javascript not supported in OAF?

why is that it is not recommended to use Javascript in OA framework? Can we use javascript while extending the controller of a seeded oracle page?

There is a RawTextBean (Similar Name) in OAF. While Extending the controller, add the RawTextBean programatically and keep your java script as the value of the bean.

This component will not go through the UIX layer processing so it gets added as is. Which will insert any of your HTML/CSS/Javascript changes.

Hope this helps.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM