この会話は、活動がないためロックされています。新しい投稿を作成してください。
この会話は、活動がないためロックされています。新しい投稿を作成してください。
Dear Friends,
I have created a contact us page with help of form component in AEM .(i.e.content/myproject/contactus.html)
How to show a page as popup window?? Please help...
解決済! 解決策の投稿を見る。
表示
返信
いいね!の合計
You would have to overlay the form component and then use this plug-in.
表示
返信
いいね!の合計
You can also create a pop-up form using a JQuery plug-in wihin AEM:
http://www.formget.com/jquery-popup-form/
For information about integrating JQuery and AEM - see:
https://helpx.adobe.com/experience-manager/using/integrating-jquery-framework-cq.html
表示
返信
いいね!の合計
smacdonald2008 wrote...
You can also create a pop-up form using a JQuery plug-in wihin AEM:
http://www.formget.com/jquery-popup-form/
For information about integrating JQuery and AEM - see:
https://helpx.adobe.com/experience-manager/using/integrating-jquery-framework-cq.html
Yeah..you are correct...i have already created a login page as a popup dialog with help of jquery and its working fine.
But i don't know how to create a popup with inbuilt form component...how to get div id / form id ??
表示
返信
いいね!の合計
You would have to overlay the form component and then use this plug-in.
表示
返信
いいね!の合計
Hi,
Use window.open(href, windowname, 'width=400,height=200,scrollbars=yes');
Here us MDN Link :https://developer.mozilla.org/en-US/docs/Web/API/Window/open
表示
返信
いいね!の合計