Actions
Task #68765
closedUse DOM API for RSA encryption form field access
Status:
Closed
Priority:
Should have
Assignee:
Category:
Authentication
Target version:
Start date:
2015-08-05
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
easy
Sprint Focus:
Description
DOM Level 2 provides document.forms and HTMLFormElement.elements as API for straightforward access to forms and form elements. This should be used instead of the generic getElementsByTagName
.
Actions