mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-27 15:01:07 -08:00
Add Note formatting to an important paragraph in ScrollableWidget (#6729)
This commit is contained in:
parent
27609d2619
commit
10bc84ba6c
1 changed files with 3 additions and 3 deletions
|
|
@ -1,9 +1,9 @@
|
|||
caption: scrollable
|
||||
created: 20140324223413403
|
||||
modified: 20150427123524945
|
||||
modified: 20220620115347910
|
||||
tags: Widgets
|
||||
title: ScrollableWidget
|
||||
type: text/vnd.tiddlywiki
|
||||
caption: scrollable
|
||||
|
||||
! Introduction
|
||||
|
||||
|
|
@ -17,7 +17,7 @@ The content of the `<$scrollable>` widget is displayed within a pair of wrapper
|
|||
|class |The CSS class(es) to be applied to the outer DIV |
|
||||
|fallthrough |See below |
|
||||
|
||||
If a scrollable widget can't handle the `tm-scroll` message because the inner DIV fits within the outer DIV, then by default the message falls through to the parent widget. Setting the ''fallthrough'' attribute to `no` prevents this behaviour.
|
||||
<$macrocall $name=".note" _="""If a scrollable widget can't handle the `tm-scroll` message because the inner DIV fits within the outer DIV, then by default the message falls through to the parent widget. Setting the ''fallthrough'' attribute to `no` prevents this behaviour."""/>
|
||||
|
||||
! Examples
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue