Lines:
1 to 46 of 46
<?php // (C) Copyright Bobbing Wide 2011-2018 /** * Library: * Provides: * Depends: */ /* function bw_theme_field_currency() – Theme a field of type ‘currency’ */ /* function bw_theme_field_numeric() – Theme a field of type ‘numeric’ */ if ( !function_exists( "bw_theme_field_date" ) ) { /* function bw_theme_field_date() – Theme a field of type ‘date’ */ } /* function bw_theme_field_select() – Theme a field of type ‘select’ */ /* function bw_return_field_select() – Return the value(s) for the select field */ /* function bw_theme_field_noderef() – Theme a field of type ‘noderef’ */ /* function bw_theme_field_URL() – Theme a field of type ‘URL’ */ /* function bw_theme_field_text() – Theme a field of type ‘text’ */ /* function bw_theme_field_sctext() – Theme a field of type ‘sctext’ */ /* function bw_theme_field_textarea() – Theme a field of type ‘textarea’ */ /* function bw_theme_field_sctextarea() – Theme a field of type ‘sctextarea’ */ /* function bw_theme_field_email() – Theme a field of type ’email’ using _bw_email() */ /* function bw_theme_field_checkbox() – Theme a field of type checkbox */ /* function bw_theme_field_taxonomy() – Theme a field of type "taxonomy" */ /* function bw_virtual_field_parm_values() – Obtain the parm values for the callback function */ /* function bw_load_callback() – Load the callback function for a virtual field */ /* function bw_theme_field_virtual() – Theme a field of type ‘virtual’ */