mirror of
https://github.com/processwire/processwire.git
synced 2025-08-26 16:14:35 +02:00
Add new new full JS API for Inputfields, represented by 'Inputfields' JS var. See top of inputfields.js file for details.
This commit is contained in:
@@ -831,6 +831,10 @@ var ProcessWireAdminTheme = {
|
||||
$(document).on('reloaded', function() { initFormMarkup($(this)) }); // function() intentional
|
||||
$(document).on('hideInputfield', showHideInputfield);
|
||||
$(document).on('showInputfield', showHideInputfield);
|
||||
$(document).on('columnWidth', '.Inputfield', function(e, width) {
|
||||
ukGridClass(width, $(this));
|
||||
return false;
|
||||
});
|
||||
|
||||
$('body').addClass('InputfieldColumnWidthsInit');
|
||||
initFormMarkup();
|
||||
|
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user