อยากทราบโค้ดที่ทำ popup ใน joomla ครับ

ตอบกระทู้

รูปแสดงอารมณ์
:icon_plusone: :like: :plusone: :gfb: :-D :) :( :-o 8O :? 8) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :!: :?: :idea: :arrow: :| :mrgreen: :angry: :baa: :biggrin:
รูปแสดงอารมณ์อื่นๆ

BBCode เปิด
[img] เปิด
[url] เปิด
[Smile icon] เปิด

กระทู้แนะนำ
   

มุมมองที่ขยายได้ กระทู้แนะนำ: อยากทราบโค้ดที่ทำ popup ใน joomla ครับ

Re: อยากทราบโค้ดที่ทำ popup ใน joomla ครับ

โดย tsukasaz » 25/07/2019 10:41 am

ใช้ของ bootstrap ได้ครับ https://getbootstrap.com/2.3.2/javascript.html#modals

โค้ด: เลือกทั้งหมด

<!-- Button to trigger modal -->
<a href="#myModal" role="button" class="btn" data-toggle="modal">Launch demo modal</a>

<!-- Modal -->
<div id="myModal" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
	<div class="modal-header">
		<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
		<h3 id="myModalLabel">Modal header</h3>
	</div>
	<div class="modal-body">
		<p>One fine body…</p>
	</div>
	<div class="modal-footer">
		<button class="btn" data-dismiss="modal" aria-hidden="true">Close</button>
		<button class="btn btn-primary">Save changes</button>
	</div>
</div>

อยากทราบโค้ดที่ทำ popup ใน joomla ครับ

โดย jamepiyawat » 25/07/2019 10:30 am

พอดีว่าผมต้องทำโมดูลที่ทำให้แสดง popup หน้าเว็บไซต์

อยากทราบว่าพอจะมีโค้ดที่แสดง popup ใน joomla ไหมครับ

ข้างบน