Custom HTML of list forms and views | eva pujadas | 2015-05-13 07:42 |
Status: Closed | ||
Is there any way to change the HTML design of the "INSERT NEW" form in lists? The basic question would be if there is some way to modify the default template for "INSERT NEW", "EDIT" or "details" of records in certain lists. I know one can link for example the "INSERT NEW" button of a list to - a self-created JavaScript view (https://www.labkey.org/wiki/home/Documentation/page.view?name=jsViews) - or to a self-created wiki page (https://www.labkey.org/wiki/home/Documentation/page.view?name=reagentRequestForm) by updating the XML metadata of the list: https://www.labkey.org/wiki/home/Documentation/page.view?name=customButtonBars https://www.labkey.org/wiki/home/Documentation/page.view?name=tableMetadata But that involves creating the HTML form and page view from scratch. Is there any way to update the existing templates? That would be useful for example in tables with many columns, to split the input fields in several columns instead of having them in a long list. Thank you very much, Eva Pujadas |
||