- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2023 11:28 PM
Hi,
I have created a variable with 'custom with label' type and linked a widget to it in catalog item.
When I view from portal it shows as an image. But I need to enter some inputs in it.
Can anyone help on this.
Thanks in Advance!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2023 02:58 AM
Hi @mania ,
I would suggest you to use contenteditable="true" for both th and td .
Please find below sample
<table>
<tr>
<th contenteditable="true"> </th>
<th contenteditable="true">Cost</th>
Thanks,
Abhishek
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2023 02:16 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2023 02:42 AM
The below is the Widget code:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2023 02:58 AM
Hi @mania ,
I would suggest you to use contenteditable="true" for both th and td .
Please find below sample
<table>
<tr>
<th contenteditable="true"> </th>
<th contenteditable="true">Cost</th>
Thanks,
Abhishek