Giter Site home page Giter Site logo

apex-plugin-simple_checkbox's People

Contributors

rafael-trevisan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

gasparyyc jrcribb

apex-plugin-simple_checkbox's Issues

Issue with UT styling

The simple checkbox is not styled correct with Universal Theme.
There are some HTML elements missing in the rendering PL/SQL part of the plugin and a class is missing from the form field container of the item.

Read only attribute does not work properly

When the read only attribute of the checkbox item is set to (for example) 'Always', a javascript error occurs when you attempt to put the value of the simple checkbox item in session state with ajax. ( "page items to submit" property of a query etc) This is because the html of the item is not correctly rendered in read-only state.

Several changes have to be made to both the pl/sql that renders the item and the Javascript for this to function correctly.

I can send you an export of the fixed code if you like.

setValue function does not work correctly

Hi,

There is an issue with the setValue function for the simple checkbox.
After loading the page in your demo application enter:
apex.item('P1_NEW_1').setValue("1")
The checkbox is set correctly.
Now uncheck the checkbox by clicking on it. And enter again:
apex.item('P1_NEW_1').setValue("1")
The setValue function does not work anymore.

To fix it i have changed:
b.attr('checked', (f === c.checked))
into
b.prop('checked', (f === c.checked))
in the setValue function.

Regards,

Niels

No working

Hello, the plugin on simple mode is very good but it's not working on interactive grids. You can solve this??

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.