Skip to content
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

re-initializing should update settings #46

Open
olleicua opened this issue Aug 3, 2013 · 1 comment
Open

re-initializing should update settings #46

olleicua opened this issue Aug 3, 2013 · 1 comment

Comments

@olleicua
Copy link

olleicua commented Aug 3, 2013

for example if a monthpicker is already set up with:

$('#custom_widget').monthpicker({
    pattern: 'yyyy-mm',
    selectedYear: 2010,
    startYear: 2008,
    finalYear: 2012
});

then it should be possible to update the finalYear property with:

$('#custom_widget').monthpicker({finalYear: 2012});
olleicua added a commit to olleicua/jquery.mtz.monthpicker that referenced this issue Aug 3, 2013
@olleicua
Copy link
Author

olleicua commented Aug 3, 2013

ignore bbf285f
use #48

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

No branches or pull requests

1 participant