Browse Source

cas认证插件接口

master
richie 8 years ago
parent
commit
99cab76c0b
  1. 3
      src/com/fr/solution/plugin/auth/cas/web/auth.cas.js

3
src/com/fr/solution/plugin/auth/cas/web/auth.cas.js

@ -22,6 +22,9 @@ FS.Plugin.AuthenticateTypePool.push({
name : container.getWidgetByName('cas').getValue()
}
});
},
populateData:function (container) {
alert(container.getWidgetByName('cas').getValue());
}
});
debugger;
Loading…
Cancel
Save