source: products/quintagroup.portlet.pfg/trunk/quintagroup/portlet/pfg/enableinputlabel.js @ 2913

Last change on this file since 2913 was 2913, checked in by kroman0, 13 years ago

Fixed js

File size: 174 bytes
Line 
1$(document).ready(function() {
2    $('.portletPFG .ArchetypesStringWidget').each(function(){$('input',this).attr('title',$('label',this).text()).addClass('inputLabel')})
3});
Note: See TracBrowser for help on using the repository browser.