From 99cab76c0b9cef3358bbdaf6eb1edfcdfb8edadb Mon Sep 17 00:00:00 2001 From: richie Date: Tue, 19 Jul 2016 20:22:54 +0800 Subject: [PATCH] =?UTF-8?q?cas=E8=AE=A4=E8=AF=81=E6=8F=92=E4=BB=B6?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/com/fr/solution/plugin/auth/cas/web/auth.cas.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/com/fr/solution/plugin/auth/cas/web/auth.cas.js b/src/com/fr/solution/plugin/auth/cas/web/auth.cas.js index b68615c..b43ee0b 100644 --- a/src/com/fr/solution/plugin/auth/cas/web/auth.cas.js +++ b/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; \ No newline at end of file