[ Index ] |
MailPress 7.2 |
[ Index ] [ Classes ] [ Functions ] [ Variables ] [ Constants ] [ Statistics ] |
[Summary view] [Print] [Text view]
1 // custom fields 2 3 function mp_customfields() 4 { 5 this.init = function() { 6 7 jQuery('#the-list').wpList({ 8 addAfter: function( xml, s ) { 9 jQuery('table#list-table').show(); 10 }, 11 addBefore: function( s ) { 12 s.data += '&' + MP_CustomFieldsL10n.object_id + '=' + jQuery( '#' + MP_CustomFieldsL10n.object_id ).val(); 13 return s; 14 } 15 }); 16 } 17 18 this.init(); 19 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Tue May 19 15:55:14 2020 | Cross-referenced by PHPXref 0.7.1 |