- Oracle APEX Cookbook(Second Edition)
- Marcel Van Der Plas Michel Van Zoest
- 121字
- 2021-07-23 15:34:42
Chapter 3. Extending APEX
In this chapter, we will cover:
- Adding JavaScript code to your application
- Creating a tag cloud with AJAX
- Creating visual effects with JavaScript libraries
- Enhancing your application with the Google API
- Including Google Maps
- Embedding multimedia objects in your application
- Creating a region selector
- Sending mail via APEX
- Uploading and downloading files
- Calling APEX from an Oracle Form
- Creating a data upload page
- Using shipped files
Introduction>
In the first two chapters we described the tasks to create a basic APEX web application. In this chapter we will extend our application with some nice features such as visual effects, a tag cloud, and a Google map.
Many of these features are made possible with the use of JavaScript. JavaScript enables dynamic features such as dynamic list of values, drag-and-drop functionality, and different effects on popping-up and disappearing of items.
Since APEX 4.0, many of these JavaScript features can be built using plug-ins. However, for some features, you still need to use JavaScript. By the way, you also need to have good knowledge of JavaScript if you want to make use of the extensive possibilities of Google Maps.
推薦閱讀
- 連接未來:從古登堡到谷歌的網(wǎng)絡革命
- 網(wǎng)管員典藏書架:網(wǎng)絡管理與運維實戰(zhàn)寶典
- 重新定義Spring Cloud實戰(zhàn)
- 網(wǎng)絡創(chuàng)新指數(shù)研究
- 中小型局域網(wǎng)組建、管理與維護實戰(zhàn)
- 從實踐中學習手機抓包與數(shù)據(jù)分析
- Getting Started with nopCommerce
- 組網(wǎng)技術與網(wǎng)絡管理
- 華為HCIA-Datacom認證指南
- 商業(yè)的本質(zhì)和互聯(lián)網(wǎng)
- 黑客與反黑工具使用詳解
- 智慧的物聯(lián)網(wǎng):感知中國和世界的技術
- Microsoft System Center 2012 Configuration Manager:Administration Cookbook
- 巧學活用CISCO網(wǎng)絡典型配置
- Learn Node.js by Building 6 Projects.