本文整理汇总了PHP中RtiprintHelper::headerDeclarations方法的典型用法代码示例。如果您正苦于以下问题:PHP RtiprintHelper::headerDeclarations方法的具体用法?PHP RtiprintHelper::headerDeclarations怎么用?PHP RtiprintHelper::headerDeclarations使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在类RtiprintHelper
的用法示例。
在下文中一共展示了RtiprintHelper::headerDeclarations方法的1个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: defined
* --------oOOO-----(_)-----OOOo------------------------------ www.moledesign.biz --- +
* @version 2.2.2
* @package RT iPrint
* @subpackage Buildings
* @copyright Copyright FGW 2014, All rights reserved
* @author MOLEDesign (Morgan Leecy) - http://www.moledesign.biz - morgan@moledesign.biz
* @license GNU/GPL
*
* .oooO Oooo.
* ( ) ( )
* -------------\ (----) /----------------------------------------------------------- +
* \_) (_/
*/
// no direct access
defined('_JEXEC') or die('Restricted access');
RtiprintHelper::headerDeclarations();
//Load the formvalidator scripts requirements.
JDom::_('html.toolbar');
?>
<script language="javascript" type="text/javascript">
//Secure the user navigation on the page, in order preserve datas.
var holdForm = true;
window.onbeforeunload = function closeIt(){ if (holdForm) return false;};
</script>
<form action="<?php
echo JRoute::_("index.php");
?>
" method="post" name="adminForm" id="adminForm" class='form-validate' enctype='multipart/form-data'>
<?php
$compat = '1.6';