mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-06 05:43:51 +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
|
! Content and Attributes
|
||||||
|
|
||||||
The content of the `<$browse>` widget is ignored.
|
The content of the <<.wid BrowseWidget>> widget is ignored.
|
||||||
|
|
||||||
|!Attribute |!Description |
|
|!Attribute |!Description |
|
||||||
|multiple |Set to "multiple" to select multiple file upload |
|
|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.''
|
''e.g.''
|
||||||
|
|
||||||
```
|
```
|
||||||
<$browse>
|
<$browse/>
|
||||||
```
|
```
|
||||||
|
|
||||||
renders as:
|
renders as:
|
||||||
|
|
||||||
<$browse>
|
<$browse/>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user