* [pbs-devel] [PATCH v2 widget-toolkit] textareafield: add emptyText message to show markdown is possible
@ 2024-11-27 11:52 Gabriel Goller
2024-11-27 14:32 ` [pbs-devel] applied: " Thomas Lamprecht
0 siblings, 1 reply; 2+ messages in thread
From: Gabriel Goller @ 2024-11-27 11:52 UTC (permalink / raw)
To: pbs-devel; +Cc: Lukas Wagner
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>
---
v2, thanks @Lukas:
- use gettext
- fix typo
src/form/TextAreaField.js | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/form/TextAreaField.js b/src/form/TextAreaField.js
index 267b40c87d74..c9a6ff5e5ac4 100644
--- a/src/form/TextAreaField.js
+++ b/src/form/TextAreaField.js
@@ -10,6 +10,7 @@ Ext.define('Proxmox.form.field.Base64TextArea', {
width: 600,
height: 400,
scrollable: 'y',
+ emptyText: gettext('You can use Markdown for rich text formatting.'),
},
setValue: function(value) {
--
2.39.5
_______________________________________________
pbs-devel mailing list
pbs-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pbs-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
* [pbs-devel] applied: [PATCH v2 widget-toolkit] textareafield: add emptyText message to show markdown is possible
2024-11-27 11:52 [pbs-devel] [PATCH v2 widget-toolkit] textareafield: add emptyText message to show markdown is possible Gabriel Goller
@ 2024-11-27 14:32 ` Thomas Lamprecht
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Lamprecht @ 2024-11-27 14:32 UTC (permalink / raw)
To: Proxmox Backup Server development discussion, Gabriel Goller; +Cc: Lukas Wagner
Am 27.11.24 um 12:52 schrieb Gabriel Goller:
> 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>
> ---
>
> v2, thanks @Lukas:
> - use gettext
> - fix typo
>
> src/form/TextAreaField.js | 1 +
> 1 file changed, 1 insertion(+)
>
>
applied, thanks!
_______________________________________________
pbs-devel mailing list
pbs-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pbs-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-11-27 14:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-11-27 11:52 [pbs-devel] [PATCH v2 widget-toolkit] textareafield: add emptyText message to show markdown is possible Gabriel Goller
2024-11-27 14:32 ` [pbs-devel] applied: " Thomas Lamprecht
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal