|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
SlickEdit: Code in over 40 languages across 7 platforms. SlickEdit’s unmatched power, speed, and flexibility allows even the most accomplished developers to write better code faster. Download a free trial today! |
|
#1
|
|||
|
|||
|
Scrollbars in XUL
It appears that in XUL you have to explicitly define standard scrollbars on a window, but it seems that <scrollbar> tag can only be applied to the elements ‘within’ the <window> tag itself.
My particular question is how can I make standard scrollbars to appear on a <window>/<page> that is being called by an <iframe> from another XUL file. Thank you in advance |
|
#2
|
||||
|
||||
|
In an i-frame tag within the <window> element, the scrollbars will automatically appear. Now, if you are not using the iframe within a <window> structure - and if this is in another window (main application window, click button to open another window) you can send the scrollbar=true (or yes, one of those) to the called window...
__________________
~ Joe Penn |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > XML Programming > Scrollbars in XUL |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|