Home
last modified time | relevance | path

Searched refs:nodeAttrName (Results 1 – 1 of 1) sorted by relevance

/developtools/ace_js2bundle/ace-loader/plugin/templater/
Dcomponent_validator.js658 function isMatchChange(typeValue, nodeAttrName) { argument
659 …password', 'radio', 'text'].includes(typeValue) && (nodeAttrName.includes('onchange') || nodeAttrN…
662 function ismatchIfAndFor(nodeAttrName) { argument
663 return nodeAttrName.includes('if') && nodeAttrName.includes('for')