Foros de discusión

href trigger automatically

Madasamy P, modificado hace 6 años.

href trigger automatically

Junior Member Mensajes: 90 Fecha de incorporación: 27/07/16 Mensajes recientes
When I'm clicking row it will trigger an action of href link of column

$(".aui #workflowMyRolesTasksPanel .table tbody tr").click(function(){

});

<td class="table-cell last"> <div class="btn-group lfr-icon-menu"><a class="dropdown-toggle direction-left max-display-items-15 btn" href="javascript:;" id="_153_workflowTasksSearchContainer_1_2_menu" title=""><i class="caret"></i> </a></div></td>

How could automatically trigger this a href when click the row
thumbnail
David H Nebinger, modificado hace 6 años.

RE: href trigger automatically

Liferay Legend Mensajes: 14919 Fecha de incorporación: 2/09/06 Mensajes recientes
Madasamy P:
How could automatically trigger this a href when click the row


Bind the javascript to the row instead of just the cell?

Bind javascript to the row to treat row click as cell click?

What have you tried?







Come meet me at the 2017 LSNA!
Madasamy P, modificado hace 6 años.

RE: href trigger automatically

Junior Member Mensajes: 90 Fecha de incorporación: 27/07/16 Mensajes recientes
I want to open a <liferay-ui-icon-menu> which is to be in the below path , when clicking that row by javascript for workflow tasks portlet actions that triggered automatically

<liferay-ui:search-container-column-jsp
align="right"
path="/html/portlet/workflow_tasks/workflow_task_action.jsp"

/>


Or sent me any link to customize <liferay-ui-icon-menu> and trigger automatically using javascript ?

Thanks in advance