======Dev Data Space Tag====== =====DEV:DATASPACE===== Dump the contents of a runtime [[DataSpace]] into the template output. May not nest other tags or content (ENDTAG_FORBIDDEN). ====Attributes==== * context (current | parent | root) (default=current) The runtime [[DataSpace]] context to dump. * output (print_r | var_dump) (default=print_r) PHP function used to display the contents ====Description==== Allows viewing of the contents of a runtime [[DataSpace]], calling the export() function on the [[DataSpace]] and display the results with either [[print_r()]] or [[var_dump()]]. Can be useful, for example, to see the current values stored in a [[FormComponent]] [[DataSpace]], allowing you to examine the values passed via a post.