Git Product home page Git Product logo

oracle-apex-selection-tree's Introduction

Oracle APEX Selection Tree

Enhance your Oracle APEX applications with a dynamic selection tree featuring checkbox functionality. This repository provides JavaScript classes for both the tree and nodes, along with a CSS file for visual enhancements. Follow the steps below to seamlessly integrate the dynamic selection tree into your Oracle APEX workspace.

Getting Started

  1. Clone the repository:

    git clone https://github.com/AtaCanYmc/oracle-apex-selection-tree.git
  2. Include the JavaScript and CSS files in your workspace.

    <script src="path/to/SelectionTree.js"></script>
    <script src="path/to/Node.js"></script>
    <link rel="stylesheet" type="text/css" href="path/to/selection-tree.css">
  3. Customize the tree and node classes according to your requirements.

  4. Utilize the dynamic selection tree in your Oracle APEX pages.

Example Usage

// Create a new instance of the SelectiveTree class
var myTree = new SelectiveTree(
    staticId="myTree_static_id", 
    childSelection=false, 
    selectIcon="fa-check-square-o", 
    unselectIcon="fa-square-o");

// Expand all nodes for better view
myTree.expandAll();
// Synchronization of DB and UI
MyTree.setDefaultSelections();

Customization

Feel free to customize the JavaScript classes and CSS file to match your application's design and requirements. The provided classes serve as a foundation, and you can adapt them to suit the specific needs and styling preferences of your Oracle APEX project.

License

This project is licensed under the MIT License - see the LICENSE file for details. The MIT License is a permissive open-source license that allows you to use, modify, and distribute the code with very few restrictions. For more information, refer to the MIT License documentation.

Acknowledgments

Special thanks to the Oracle APEX development community for inspiration and collaboration. Your collective efforts contribute to the growth and innovation of Oracle APEX, and this project is a testament to the collaborative spirit within the community. If you have any feedback, suggestions, or improvements, feel free to contribute!

oracle-apex-selection-tree's People

Contributors

atacanymc avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.