Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I want insert a default value in a specific textbox property. How can I do it? Thanks.
Hi Giampaolo,
Is this for a specific property on a doctype ? Or for all text boxes.
You could write a event or notification handler to handle this.
For V9 this could be done using Notification handler : https://our.umbraco.com/Documentation/Reference/Notifications/EditorModel-Notifications/#usage
For V8 you can use this : https://our.umbraco.com/Documentation/Reference/Events/EditorModel-Events/#usage
Dave
Thank you Dave, I'll read the documentation page you pointed out to me. The default value is for a specific property on a doctype. But it could be used in other document type.
Giampaolo
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Default value for textstring box
I want insert a default value in a specific textbox property. How can I do it? Thanks.
Hi Giampaolo,
Is this for a specific property on a doctype ? Or for all text boxes.
You could write a event or notification handler to handle this.
For V9 this could be done using Notification handler : https://our.umbraco.com/Documentation/Reference/Notifications/EditorModel-Notifications/#usage
For V8 you can use this : https://our.umbraco.com/Documentation/Reference/Events/EditorModel-Events/#usage
Dave
Thank you Dave, I'll read the documentation page you pointed out to me. The default value is for a specific property on a doctype. But it could be used in other document type.
Giampaolo
is working on a reply...