我的第一个primeui示例

我的第一个primeui示例,第1张

概述我的第一个primeui示例

下面是内存溢出 jb51.cc 通过网络收集整理的代码片段。

内存溢出小编现在分享给大家,也给大家做个参考。

<!DOCTYPE HTML PUBliC "-//W3C//DTD xhtml 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-Transitional.dtd"><HTML xmlns="http://www.w3.org/1999/xhtml"><head><Meta http-equiv="Content-Type" content="text/HTML; charset=utf-8" /><Title>无标题文档</Title><link href="jquery/jquery-ui.CSS" rel="stylesheet" type="text/CSS" /><link href="primeui/primeui-1.1-min.CSS" rel="stylesheet" type="text/CSS" /><link href="primeui/CSS/button/button.CSS" rel="stylesheet" type="text/CSS" /><link href="primeui/CSS/dialog/dialog.CSS" rel="stylesheet" type="text/CSS" /><link href="themes/aristo/theme.CSS" rel="stylesheet" type="text/CSS" /><script type="text/JavaScript" src="jquery/jquery.Js"></script><script type="text/JavaScript" src="jquery/jquery-ui.Js"></script><script type="text/JavaScript" src="primeui/primeui-1.1-min.Js"></script><script type="text/JavaScript" src="primeui/Js/button/button.Js"></script><script type="text/JavaScript" src="primeui/Js/dialog/dialog.Js"></script><script type="text/JavaScript">$(function() {      $('#dlg').puIDialog({          showEffect: 'fade',hIDeEffect: 'fade',minimizable: true,maximizable: true,modal: true,buttons: [{                  text: 'Yes',icon: 'ui-icon-check',click: function() {                      $('#dlg').puIDialog('hIDe');                  }              },{                  text: 'No',icon: 'ui-icon-close',click: function() {                      $('#dlg').puIDialog('hIDe');                  }              }          ]      });        $('#btn-show').puibutton({          icon: 'ui-icon-arrow-4-diag',click: function() {              $('#dlg').puIDialog('show');          }      });  });        </script></head><body><button ID="btn-show" type="button">Show</button>    <div ID="dlg" title="Godfather I">      <p>The story begins as Don Vito Corleone,the head of a New York Mafia family,oversees his daughter's wedding.       His beloved son Michael has just come home from the war,but does not intend to become part of his father's business.       Through Michael's life the nature of the family business becomes clear. The business of the family is just like the head of the family,kind and benevolent to those who give respect,but given to ruthless violence whenever anything stands against the good of the family.</p>  </div>  </body></HTML>

以上是内存溢出(jb51.cc)为你收集整理的全部代码内容,希望文章能够帮你解决所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

总结

以上是内存溢出为你收集整理的我的第一个primeui示例全部内容,希望文章能够帮你解决我的第一个primeui示例所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: https://outofmemory.cn/web/1098065.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-28
下一篇 2022-05-28

发表评论

登录后才能评论

评论列表(0条)

保存