mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-06-25 11:17:11 +00:00
textarea field: add emptyText message to show markdown is supported
Just like in our `Notes` fields show a emptyText message that explains that markdown can be used. Reported-by: Lukas Wagner <l.wagner@proxmox.com> Signed-off-by: Gabriel Goller <g.goller@proxmox.com>
This commit is contained in:
parent
a5fb3afcf9
commit
d6d173f05d
@ -10,6 +10,7 @@ Ext.define('Proxmox.form.field.Base64TextArea', {
|
|||||||
width: 600,
|
width: 600,
|
||||||
height: 400,
|
height: 400,
|
||||||
scrollable: 'y',
|
scrollable: 'y',
|
||||||
|
emptyText: gettext('You can use Markdown for rich text formatting.'),
|
||||||
},
|
},
|
||||||
|
|
||||||
setValue: function(value) {
|
setValue: function(value) {
|
||||||
|
Loading…
Reference in New Issue
Block a user