Hi all, stumped on a little trick in inline mode:
I created a sheet for a class, so users will use an inline mode form.
However, I want them to be able to change the title of the document, like
so:
#if ($context.action != 'view')
$doc.display('title')
{{html}}#template('tagedit.vm'){{/html}}
#end
as you can see, I am able to add a tag editor in inline mode, but the title
does not show up, and can not be edited. I'd hate to use a different object
for the title, any suggestions?
Thanks!