WebDialog.new Documented
-
@martinrinehart said:
boolean - (This appears in Lininger's article re Ruby-JS communication. Anyone have a clue what this does?)
resizable, I think?
-
@martinrinehart said:
scrollable - boolean - This is a NOP. You get scrollbars, regardless.
Workaround:
<body scroll="no">
-
-
Re scrollbars, for IE use the following in the body css
overflow:auto;
This shows scrollbars if they're needed, otherwise they disappear
Greg
-
Now, how do we bridge the gap between this post and the official docs?
-
@martinrinehart said:
Now, how do we bridge the gap between this post and the official docs?
I added a link to this thread in this thread http://forums.sketchucation.com/viewtopic.php?f=180&t=17047 which Scott uses to update the docs.
-
I'll ask Scott if filing bug reports would help him. That way, he would not need to check the thread and just use the bug reporting system he already uses for code.
-
Good idea - that thread is very long now.
-
@martinrinehart said:
Now, how do we bridge the gap between this post and the official docs?
Scott says Thomas' thread is "still the best place to report doc errors or contribute examples, etc."
Report Ruby bugs and Ruby documentation issues in this thread.
-
Advertisement