Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/externals/javelin/lib/Workflow.js
| Show First 20 Lines • Show All 112 Lines • ▼ Show 20 Lines | _onlink: function(event) { | ||||
| return; | return; | ||||
| } | } | ||||
| // This link will open in a new window. | // This link will open in a new window. | ||||
| if (link.target === '_blank') { | if (link.target === '_blank') { | ||||
| return; | return; | ||||
| } | } | ||||
| // This link is really a dialog button which we'll handle elsewhere. | |||||
| if (JX.Stratcom.hasSigil(link, 'jx-workflow-button')) { | |||||
| return; | |||||
| } | |||||
| // Close the dialog. | // Close the dialog. | ||||
| JX.Workflow._pop(); | JX.Workflow._pop(); | ||||
| }, | }, | ||||
| _onbutton : function(event) { | _onbutton : function(event) { | ||||
| if (JX.Stratcom.pass()) { | if (JX.Stratcom.pass()) { | ||||
| return; | return; | ||||
| } | } | ||||
| ▲ Show 20 Lines • Show All 416 Lines • Show Last 20 Lines | |||||