modifier.crmDelete.php
Tags
Table of Contents
Functions
- smarty_modifier_crmDelete() : string
- Replace the value of an attribute in the input string. Assume the the attribute is well formed, of the type name="value". If no replacement is mentioned the value is inserted at the end of the form element
Functions
smarty_modifier_crmDelete()
Replace the value of an attribute in the input string. Assume the the attribute is well formed, of the type name="value". If no replacement is mentioned the value is inserted at the end of the form element
smarty_modifier_crmDelete(string $string, string $attribute) : string
Parameters
- $string : string
-
The html to be tweaked with.
- $attribute : string
-
The attribute to modify.
Return values
string —the new modified html string