ADP-parsing for form content- new method "PageInstance->adp_parse_tags" This method is similar to template::adp_compile -string $HTML but it just performs tag substion (and not ADP variable substitution, since this is done differently concerning instance attributes, etc) on the provided HTML chunk.- apply adp_parse_tags on "PageInstance->get_form". This means that every "form" (no matter whether this comes from the instance attributes of from the instance variable) run through the ADP tag compiler.
Show less