04-06-2017 11:45 PM
04-07-2017 06:49 AM
You should insert the table in the <div id="${el}-summary-form-section"> div to display the table in the top section.
<div id="${el}-summary-form-section"> <h3> ${msg("header.workflowSummary")} </h3>..........<div class="yui-gf"> <div class="yui-u first avatar"> <img id="${el}-recentTaskOwnersAvatar" src="" alt="${msg("label.avatar")}"> </div> <div class="yui-u"> <div id="${el}-recentTaskOwnersCommentLink"></div> <div id="${el}-recentTaskOwnersComment" class="task-comment form-element-border"></div> </div> </div> </div> <div class="clear"></div> </div><!-- this is my custom table and display in the screen at the top. --> <div id="${el}-addl-summary-form-section" style="display:block"> <table> <tr><td>Name</td></tr> <tr><td>Murali</td></tr> </table> </div> </div>
04-07-2017 06:49 AM
You should insert the table in the <div id="${el}-summary-form-section"> div to display the table in the top section.
<div id="${el}-summary-form-section"> <h3> ${msg("header.workflowSummary")} </h3>..........<div class="yui-gf"> <div class="yui-u first avatar"> <img id="${el}-recentTaskOwnersAvatar" src="" alt="${msg("label.avatar")}"> </div> <div class="yui-u"> <div id="${el}-recentTaskOwnersCommentLink"></div> <div id="${el}-recentTaskOwnersComment" class="task-comment form-element-border"></div> </div> </div> </div> <div class="clear"></div> </div><!-- this is my custom table and display in the screen at the top. --> <div id="${el}-addl-summary-form-section" style="display:block"> <table> <tr><td>Name</td></tr> <tr><td>Murali</td></tr> </table> </div> </div>
Explore our Alfresco products with the links below. Use labels to filter content by product module.