Beispiel #1
0
	 * @param string $checkbox_tab
	 */
	MetaManagerDataDecorator::set_checkbox_tab("Root.Content.Metadata");
	
	/**
	 * Position checkbox above e.g. : "Content", "Title" or "MenuTitle"
	 * Leave empty to show the checkbox below the Contentfield
	 * @param string $checkbox_pos
	 */
	MetaManagerDataDecorator::set_checkbox_pos("");
	
	/**
	 * Show wich Meta fields wil be updated. set_show_checkbox must bu enabled
	 * @param bool $show_meta_messages 
	 */
	MetaManagerDataDecorator::set_show_meta_messages(0);

	/**
	 * Set the default state of generate checkbox in content tab
	 * @param bool $checkbox_state 1 or 0
	 */
	MetaManagerDataDecorator::set_checkbox_state(1);

	/**
	 * Set to hide the metatab
	 * @param bool $hide_meta_tab 
	 * TODO add js files for updating the urlsegment field
	 * does not work!!!!!!!
	 */
	//MetaManagerDataDecorator::set_hide_meta_tab(0);
}