This repository was archived by the owner on Oct 9, 2018. It is now read-only.
Added enable, disable, show, hide, remove to checkboxes and added show, ...#405
Merged
tneil merged 1 commit intoblackberry:nextfrom Oct 22, 2012
lyricidal:next
Merged
Added enable, disable, show, hide, remove to checkboxes and added show, ...#405tneil merged 1 commit intoblackberry:nextfrom lyricidal:next
tneil merged 1 commit intoblackberry:nextfrom
lyricidal:next
Conversation
…w, hide, remove to toggle buttons
Collaborator
|
Cool.. Moved this to the 0.9.5 milestone |
tneil
pushed a commit
that referenced
this pull request
Oct 22, 2012
Added enable, disable, show, hide, remove to checkboxes and added show, ...
Collaborator
|
Looks good Justin, I've merged in the changes |
Collaborator
|
Oh.. can you also check out the following issue.. I found that there is a slight difference when rendering the disabled state |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
...hide, remove to toggle buttons
Added convenience features to show, hide, and remove checkboxes and toggle buttons.
document.getElementById('theID').show();
document.getElementById('theID').hide();
document.getElementById('theID').remove();
Also added enable/disable for checkboxes only:
document.getElementById('theID').enable();
document.getElementById('theID').disable();
In reference to:
#315
#317
Note: resubmitting with all changes in one (and using the latest next branch as of today) - tried to add this to my previous pull request but was not having any luck (files weren't syncing correctly). Apologies if opening a new request made it any more trouble.