Documentation

GetPublicEditHTMLMulty

string
CIBlockProperty*::GetPublicEditHTMLMulty(
array arProperty,
array value,
array strHTMLControlName
);

The method is similar to GetPublicEditHTML, but handles multiple properties. This method must returns HTML for showing a control element for editing property value in the public section of site. Static method when suing standard properties. Must be static for properties created by client, when using php7.

Call parameters

Parameter Description
arProperty
Property metadata. See. Iblock element properties
valueProperty value. Array type:
array(
"VALUE" => value,
"DESCRIPTION" => description,
);
strHTMLControlNameNames of control elements for filling in property value and its description. Array type:
array(
"VALUE" => html safe name for the value,
"DESCRIPTION" => html safe name for the description,
"FORM_NAME" => form name to have the the in-built control element.
);

Returned value

String.

See Also

Examples



© «Bitrix24», 2001-2024
Up