/[openfoncier]/trunk/app/js/script.js
ViewVC logotype

Diff of /trunk/app/js/script.js

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1217 by nhaye, Thu Jan 10 14:29:45 2013 UTC revision 1218 by vpihour, Fri Jan 11 15:56:33 2013 UTC
# Line 1393  function markedAsRead(id, objet, objetc) Line 1393  function markedAsRead(id, objet, objetc)
1393          });          });
1394      }      }
1395  }  }
1396    
1397    // Affiche le sous formulaire onglet
1398    function redirectPortletAction(id, onglet){
1399        
1400        var $tabs = $('.ui-tabs').tabs();
1401    
1402        lien_onglet = $('#' + onglet).attr('href');
1403        lien_onglet = lien_onglet.substring( lien_onglet.length - 1, lien_onglet.length);
1404    
1405        $tabs.tabs('select', lien_onglet);
1406    }

Legend:
Removed from v.1217  
changed lines
  Added in v.1218

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26