Skip to content

Options added: font_size, read_only, on_init, on_toggle Public Method: isChecked, readOnly #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

interlee
Copy link

I am a newbie to jQuery plugin and UI widget. But I just gave it a try so that you can find what features can be added to your already excellent widget.

Thanks,
Daniel

interlee and others added 6 commits August 28, 2013 16:34
…back). Pubic method:isChecked, readOnly

*** Options Added ***
font_size: 10,              // Set the label font-size. Added by Daniel Lee
read_only: false,           // Set to readonly mode if true. Added by Daniel Lee
init: function() {},        // callback function for initialization Added by Daniel Lee
on_toggle: function() {}   // callback function for initialization Added by Daniel Lee

*** Public Methods Added ***
// Check the value of the current status
isChecked: function()

// Set/Unset read only
readOnly: function(value)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants