Enhance typeopenany.php with new attributes and update IForm.php for improved form handling.

This commit is contained in:
stephan.kasdorf
2025-10-10 13:48:50 +02:00
parent 69c0916809
commit 0791d99310
2 changed files with 9 additions and 11 deletions

View File

@@ -56,9 +56,7 @@ interface IForm
const FORM_ATTRIBUTE_HREF = 'href';
const FORM_ATTRIBUTE_TS_DECIMALS = "data-bts-decimals";
const FORM_ATTRIBUTE_TS_STEPS = "data-bts-step";
const FROM_ATTRIBUTE_STYLE = 'style';
const FORM_ATTRIBUTE_DATA_SITEKEY = 'data-sitekey';
/**