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

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

Fixed enableinputlabel.js

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