mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 03:57:21 +00:00
Update BrowseWidget.tid (#7231)
* Update BrowseWidget.tid Made sure all references to use of the `<$browse>` widget were changed to `<$browse/>` Which possibly caused this problem, now closed https://github.com/Jermolene/TiddlyWiki5/issues/7223 If not closed other widgets may work * To documentation standard Replaced `The content of the `<$browse>` widget is ignored.` `The content of the <<.wid BrowseWidget>> widget is ignored.` To restore documentation standards as per @Jermolene
This commit is contained in:
parent
485bf19c3c
commit
8567c48be8
@ -11,7 +11,7 @@ The browse widget displays an HTML file browser button that allows the user to c
|
||||
|
||||
! Content and Attributes
|
||||
|
||||
The content of the `<$browse>` widget is ignored.
|
||||
The content of the <<.wid BrowseWidget>> widget is ignored.
|
||||
|
||||
|!Attribute |!Description |
|
||||
|multiple |Set to "multiple" to select multiple file upload |
|
||||
@ -26,10 +26,10 @@ On iPhone/iPad choosing the multiple option will remove the ability to take phot
|
||||
''e.g.''
|
||||
|
||||
```
|
||||
<$browse>
|
||||
<$browse/>
|
||||
```
|
||||
|
||||
renders as:
|
||||
|
||||
<$browse>
|
||||
<$browse/>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user