一覧画面でのURLの表示

test-portlet/portlets/test/src/main/webapp/WEB-INF/templates/vm/portlets/html/ajax-test-list.vm に以下の内容の文を加える事により、一覧画面でURLをリンク付きで表示することが出来る。

<th>#ALajaxsort('todo_url' $l10n.TODO_URL $result 'TestListScreen')</th>
#ALtdcellheaderAtt('class="auiMTCaption"')
 <div>
<a href="javascript:void(0);" onclick="aipo.common.showDialog('$!utils.escapeXML($!jslink.getPortletById($!portlet.ID).addQueryData("template","TestDetailScreen").addQueryData("entityid",$record.Url))');">$!record.Url</a>
 </div>
 #ALtdcellfooter()