RonnyWeiss
Member of the Oracle APEX Development Team! (#orclapex) Clarification: All projects in that gitHub are private projects and have nothing to do with Oracle
OracleDresden
Pinned Repositories
APEX-CLOB-Load-2
This plug-in can load clob data to any DOM element or Item on the APEX page, including also the RichTextEditor (CKE). It's also possible to upload a CLOB value again to the database. This value is stored in APEX Collection or it's also possible that this plug-ins calls a PL/SQL API e.g. to write the CLOB into table after upload.
APEX-COVID19-Dashboard
This is the ddl and more for the https://corona-dashboard.de
APEX-D3-Dashboard-Charts
Create & configure many charts with just one SQL Statement or native with one Data Object
Apex-Fancy-Tree-Select
Fancy Tree Plug-in for Oracle APEX
APEX-How-to-create-a-Region-Chart-Plug-in
This is an APEX app that should describe how to build an APEx Region Plug-in with an apexchart.js Chart example
APEX-Items-with-APEX-Buttons
RonnyWeiss/APEX-Items-with-APEX-Buttons
APEX-Material-BI-Dashboard
This plug-in allows to integrate a freely configurable user defined dashboards into Oracle APEX.
Apex-Notification-Menu-for-NavBar
This dynamic action plugin allows to render a notification menu in Universal Theme 1.1 which gets its information through an SQL statement
APEX-QR-Code-Scanner
This Region Plug-in is used to scan QR Codes. If any string has been detected an APEX Item can be set, Dynamic Action can be fired or JavaScript can be executed. Login for Demo is: user-demo / 123456@
Material-Dashboard-Cards-as-HTML-or-for-Apex
These Material Dashboard Card are some nice, responsive and data driven Dashbaord Cards for your HTML Page or as Region Plug-in for Oracle Apex. They can be used as single Value Cards or in a larger Version as Cards with responsive Charts.
RonnyWeiss's Repositories
RonnyWeiss/APEX-QR-Code-Scanner
This Region Plug-in is used to scan QR Codes. If any string has been detected an APEX Item can be set, Dynamic Action can be fired or JavaScript can be executed. Login for Demo is: user-demo / 123456@
RonnyWeiss/Apex-Notification-Menu-for-NavBar
This dynamic action plugin allows to render a notification menu in Universal Theme 1.1 which gets its information through an SQL statement
RonnyWeiss/Material-Dashboard-Cards-as-HTML-or-for-Apex
These Material Dashboard Card are some nice, responsive and data driven Dashbaord Cards for your HTML Page or as Region Plug-in for Oracle Apex. They can be used as single Value Cards or in a larger Version as Cards with responsive Charts.
RonnyWeiss/APEX-Material-BI-Dashboard
This plug-in allows to integrate a freely configurable user defined dashboards into Oracle APEX.
RonnyWeiss/Apex-Fancy-Tree-Select
Fancy Tree Plug-in for Oracle APEX
RonnyWeiss/APEX-Items-with-APEX-Buttons
RonnyWeiss/APEX-Items-with-APEX-Buttons
RonnyWeiss/APEX-Monaco-Editor-and-Diff-Viewer
This Oracle APEX plug-in is used to render the visual studio monaco code editor in APEX. You can load source code as clob and the same or another source code as diff. The plug-in is also able to store the edited code back into the database e.g. in an APEX Collection as clob.
RonnyWeiss/APEX-CLOB-Load-2
This plug-in can load clob data to any DOM element or Item on the APEX page, including also the RichTextEditor (CKE). It's also possible to upload a CLOB value again to the database. This value is stored in APEX Collection or it's also possible that this plug-ins calls a PL/SQL API e.g. to write the CLOB into table after upload.
RonnyWeiss/APEX-Unleash-RichTextEditor
This plug-in for Oracle APEX unleashs the RichTextEditor!
RonnyWeiss/APEX-Oracle-and-OSM-Maps
This plugin is used to draw an Oracle or an OSM Map as APEX Region.
RonnyWeiss/APEX-D3-Dashboard-Charts
Create & configure many charts with just one SQL Statement or native with one Data Object
RonnyWeiss/Apex-D3-Organization-Chart
This Plug-in is used to a D3 Organization Chart in APEX.
RonnyWeiss/Apex-Dynamic-Tooltip
This plug-in is used to dynamically show a tooltip on any page element. With mouse-hover the content of the tooltip is loaded live from the database. Filter attributes in the desired element can then be used to filter the select.
RonnyWeiss/Apex-SweetAlert-Confirm
This Dynamic Action Plug-in is used to validate with the help of an input whether the next steps of the dynamic action can be continued or not. If you want to delete a dataset, for example, you can use this plugin to make the user aware of what he/she wants to delete, in order to prevent a marked delete. The comparison value is simply loaded from a page item.
RonnyWeiss/APEX-Dynamic-Dialog-Title
This Oracle APEX plug-in is used to set a dynamic modal dialog title on dialog render. Just add this Plug-in to a Dynamic Action that is fired on Page Load.
RonnyWeiss/Apex-Tetris
This Region Plug-in is a funny Tetris game for Apex. Have fun! Login for Demo is: user-demo / 123456@. Thanks to Skybird Trill for your Pen: https://codepen.io/skybirdtrill/pen/NNwzqN?q=canvas+tetris&limit=all&type=type-pens
RonnyWeiss/APEX-Checkbox-Toggle-Checked
This Oracle APEX plug-in is used to check or uncheck all items of a checkbox item
RonnyWeiss/APEX-Client-Side-Timer
RonnyWeiss/APEX-Client-Side-Timer
RonnyWeiss/APEX-Item-Toolbar
This plug - in is used to add a toolbar to textfield or textarea items.E.g.is to get a smiley toolbar to insert into items, or you can select text and mark it as bold, italic underline or as subtext.
RonnyWeiss/APEX-Lazy-Image-Swiper
This plug-in is a cool image slider for Oracle APEX. It loads the images only when they are needed (Lazy Load) and can load images from a BLOB table or from a URL. The list of images is passed by SQL statement. URL and download of blob tables can be mixed. In addition, a link URL can be passed, which is called if you double click on the displayed image.
RonnyWeiss/APEX-Copy-Text-2-Clipboard
This dynamic action plug-in is used to copy any text or the value of an item to clipboard when click on the text or on a button...
RonnyWeiss/APEX-Create-and-Download-Screenshots
This plug-in is used to create and download screenshots from a page elements using html2canvas libary. To hide elements in screenshot just add "data-html2canvas-ignore" into the element attributes.
RonnyWeiss/util.js-for-APEX-Plug-ins
This is a free libary that makes it easier to develope Oracle APEX Plug-ins
RonnyWeiss/APEX-Code-Highlighter
This plug-in is used to highlight code that is shown in HTML e.g. for API descriptions.
RonnyWeiss/APEX-Dynamic-Selection
This plug-in is used to create a dynamic selection list to every report and region in APEX.
RonnyWeiss/APEX-Floating-Button-Menu
This plugin is used to add a floating button menu to the page.
RonnyWeiss/APEX-Percent-Bargraphs
The plug-in draws some nice percent bargraphs in APEX or in native HTML page. It was mainly created for the demo at the DOAG Webinar on 01.02.2019 - https://dlvr.it/Qwzkw9 However, it can be used at any time.
RonnyWeiss/APEX-Vanta-js-Plugin
This Plug-in brings Vanta.js animations easy to your APEX app
RonnyWeiss/APEX-Flip-Cards
The plug-in draws some nice flip cards for Oracle APEX.
RonnyWeiss/Apex-Moving-Particles
This dynamic action plugin allows to render three different moving canvas. You can choose between Particles.js, Bubbles and Circles & Crosses.