Changes

Jump to navigation Jump to search
m
no edit summary
Line 57: Line 57:  
console.log( "textInput[ extrafield ].$element.value" + textInput[ extrafield ].$element.value );
 
console.log( "textInput[ extrafield ].$element.value" + textInput[ extrafield ].$element.value );
 
console.log( "textInput[ extrafield ].$element.val()" + textInput[ extrafield ].$element.val() );
 
console.log( "textInput[ extrafield ].$element.val()" + textInput[ extrafield ].$element.val() );
console.log( "textInput[ extrafield ].$element.getValue()" + textInput[ extrafield ].$element.getValue() );
      
console.log( "textInput[ extrafield ].value" + textInput[ extrafield ].value );
 
console.log( "textInput[ extrafield ].value" + textInput[ extrafield ].value );
 
console.log( "textInput[ extrafield ].val()" + textInput[ extrafield ].val() );
 
console.log( "textInput[ extrafield ].val()" + textInput[ extrafield ].val() );
 
console.log( "textInput[ extrafield ].getValue()" + textInput[ extrafield ].getValue() );
 
console.log( "textInput[ extrafield ].getValue()" + textInput[ extrafield ].getValue() );
+
 
 
idxb.EnqueuePDIO('update record', orig, extrafield, textInput[ extrafield ].$element.value )
 
idxb.EnqueuePDIO('update record', orig, extrafield, textInput[ extrafield ].$element.value )
 
});
 
});
530

edits

Navigation menu