Sunday, 23 April 2017

April 23, 2017

Oracle APEX dynamic Action Plugin Atom Calculator

Atom Calculator is a dynamic action plugin that allows users to perform calculations in real time during data entry by providing a popup calculator for the Input and get the final result. Donation Your support means a lot. Changelog 1.0 - Initial Release Install Import plugin file "dynamic_action_plugin_com_planetapex_atom_calculator.sql" from src  directory in the git Hub repository  into your application (Optional) Deploy...

Monday, 10 April 2017

April 10, 2017

How to use Font Awesome Animation Library in Applications

Since Oracle Apex (Apex ) already incorporates the amazing font awesome icons library . Its time to add some dazzle to those static icons. Font awesome already has a few animation parlor tricks up it's sleeves. However, I found that adding some of these extra animations wouldn't hurt. So lets dive in Get the Font Awesome Animation Library from download . Upload the minified CSS under the Shared Components =>  Static Application FilesCheck...

Saturday, 8 April 2017

April 08, 2017

How To Add Custom CSS Files To APEX Application

How To Add Custom CSS Files To APEX Application CSS can be added to APEX application inline or as CSS File(s). We all know how web developers suggest on keeping the presentation, content and behaviour separately. So as a good practice for production applications, we should place all our Inline CSS in CSS files. Depending on your requirements, you can add custom CSS Files to your application at the Page Level Page Template Level Theme...