在根page的option下设置TS:
mod.web_txtemplavoilaM1.enableDeleteIconForLocalElements = 1
在根page的option下设置TS:
mod.web_txtemplavoilaM1.enableDeleteIconForLocalElements = 1
php_value upload_max_filesize 50M
php_value post_max_size 50M
php_value allow_call_time_pass_reference On
download:http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/
demo: http://jquery.bassistance.de/autocomplete/demo/ (continue reading…)
固定宽高图片缩放,最好先等比压缩,再切割,否则先切的话如果图片大小有几M效率非常低,甚至卡死。以下是一个方法。 (continue reading…)
<?php
header(‘Content-type: image/jpg’);
$filename=”test.jpg”; //要切割的大图 (continue reading…)
# Example for overriding values from locallang.php with other values
_LOCAL_LANG.de {
# more = [weiterlesen…]
}
I’ve been working on a complex CSS design with a lot of floats for a TYPO3 implementation. It’s been frustrating for me because the layout works fine when hand coded as HTML. But when I use this layout with TYPO3, the layout doesn’t work. (continue reading…)
本文教大家给后台page的内容,加上多语言的Tag,在此之前,我们先来看看现在page内容页面是怎么样的。首先是顶部只有两个Tag,内容部 分 (continue reading…)
JavaScript验证表单函数大全
<script>
/*
用途:校验ip地址的格式
输入:strIP:ip地址
返回:如果通过验证返回true,否则返回false;
(continue reading…)