Lines Matching refs:action

2721 						action: 'size_' + file.getSize(),
2766 action: 'message_' + e.message,
7157 var action = link.actions[i];
7159 if (action.open != null && Graph.isPageLink(action.open))
7161 var oldId = action.open.substring(action.open.indexOf(',') + 1);
7166 action.open = 'data:page/id,' + newId;
7170 delete action.open;
7236 action: 'filename_' + filename,
7464 action: 'size_' + data.length});
11835 else if (data.action == 'dialog')
11848 else if (data.action == 'layout')
11854 else if (data.action == 'prompt')
11875 else if (data.action == 'draft')
11920 else if (data.action == 'template')
12032 else if (data.action == 'textContent')
12040 else if (data.action == 'status')
12058 else if (data.action == 'spinner')
12073 else if (data.action == 'exit')
12079 else if (data.action == 'viewport')
12088 else if (data.action == 'snapshot')
12094 else if (data.action == 'export')
12395 else if (data.action == 'load')
12521 else if (data.action == 'merge')
12543 else if (data.action == 'remoteInvokeReady')
12548 else if (data.action == 'remoteInvoke')
12553 else if (data.action == 'remoteInvokeResponse')
14392 …drawioFrame.contentWindow.postMessage(JSON.stringify({action: 'remoteInvoke', funtionName: 'setMig…
14417 …drawioFrame.contentWindow.postMessage(JSON.stringify({action: 'remoteInvoke', funtionName: 'getLoc…
14473 … drawioFrame.contentWindow.postMessage(JSON.stringify({action: 'remoteInvokeReady'}), '*');
14474 …drawioFrame.contentWindow.postMessage(JSON.stringify({action: 'remoteInvoke', funtionName: 'getLoc…
15241 var action = document.createElement('li');
15242 action.className = 'geCommentAction';
15246 action.appendChild(actionLnk);
15255 actionsList.appendChild(action);
15257 if (hide) action.style.display = 'none';