Enhance typeopenany.php with new attributes for improved functionality.

This commit is contained in:
stephan.kasdorf
2025-10-10 13:50:23 +02:00
parent 0791d99310
commit cd7c0f723a

View File

@@ -39,6 +39,6 @@ class TypeOpenAny extends FormAttributes implements IForm
*/ */
private function _setElement( ) private function _setElement( )
{ {
$this->_element = '<ANY href="HREF" src="SRC" alt="ALT" style="STYLE" ID CLASS>' . 'VALUE' . "\n"; $this->_element = '<ANY href="HREF" src="SRC" alt="ALT" style="STYLE" data-sitekey="DATA-SITEKEY" ID CLASS>' . 'VALUE' . "\n";
} }
} }