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

adjustWidth property #2

Open
farinspace opened this issue Oct 13, 2010 · 2 comments
Open

adjustWidth property #2

farinspace opened this issue Oct 13, 2010 · 2 comments

Comments

@farinspace
Copy link

code comments state that this property can have a pixel value set for it, however it looks like the code does not support this. I am not quite sure of the intent of this property... if it were a boolean only then setting it to FALSE would allow the end user to make width adjustments via the css, however if the intent of the property is to allow a pixel value to be set, then additional code is needed to support this.

@farinspace
Copy link
Author

in practice its a little cumbersome having to change values in two locations to adjust the width (in js adjustWidth and in the css) ... i wonder if width can be auto detected if it is set in the css already ... the end user would never have to worry about adjustWidth prop

@reinh
Copy link
Owner

reinh commented Oct 18, 2010

Does seem unnecessarily unDRY.

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

2 participants