Deleted.
Solved! Go to Solution.
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>
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>
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.