Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
RonnyWeiss committed Jul 30, 2020
1 parent dbbec5f commit 2ada0df
Show file tree
Hide file tree
Showing 6 changed files with 934 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,13 @@
# APEX-Dynamic-Selection
# APEX-Dynamic-Selection

![Screenshot](https://github.com/RonnyWeiss/APEX-Dynamic-Selection/blob/master/screenshot.gif?raw=true)

This plug-in is used to create a dynamic selection list to every report and region in APEX.

For working Demo just click on:

https://apex.oracle.com/pls/apex/f?p=103428

If you like my stuff, donate me a coffee

[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.me/RonnyW1)
34 changes: 34 additions & 0 deletions apexplugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"name": "APEX Dynamic Selection",
"version": "1.0",
"description": "This plug-in is used to create a dynamic selection list to every report and region in APEX.",
"keywords": ["oracle", "apex", "plugin", "dynamic action"],
"homepage": "https://github.com/RonnyWeiss/APEX-Dynamic-Selection",
"bugs": {
"url": "https://github.com/RonnyWeiss/APEX-Dynamic-Selection",
"email": "wronny@gmx.de"
},
"license": "MIT",
"author": {
"name": "Ronny Weiß",
"email": "wronny@gmx.de",
"twitter": "ronny_weiss_",
"donationUrl": "https://www.paypal.me/RonnyW1"
},
"repository": {
"type": "git",
"url": "https://github.com/RonnyWeiss/APEX-Dynamic-Selection.git"
},
"oracle": {
"versions": ["12.1.0.1", "12.2.0.1", "18.4.0.0", "19.0.0.0.0"],
"apex": {
"versions": ["5.1.3", "18.1.0.00.45", "18.2.0.00.12", "19.1.0.00.15", "19.2.0.00.18", "20.1.0.00.13"],
"plugin": {
"internalName": "RW.APEX.DYNAMIC.SELECT",
"type": "dynamic action",
"demo": "https://apex.oracle.com/pls/apex/f?p=103428",
"previewImage": "https://github.com/RonnyWeiss/APEX-Dynamic-Selection/raw/master/screenshot.gif"
}
}
}
}
Loading

0 comments on commit 2ada0df

Please sign in to comment.