Hi
What is the best practice to extend AppWithinMInutes created sheets to manage the
following controls;
- UI Control for URL's, i've defined it as a short text field, And I would like to
make it easy for the user to enter a valid url or link to XWiki page
- UI Control for Email addresses (same as above)
Currently the appWithinMinutes generates:
; <label
for="CdLSAssociations.CdLSAssociationsClass_0_website">$doc.displayPrettyName('website',
false, false)</label>##
(% class="xHint" %)$msg.get('')
: $doc.display('website')
Gerritjan