用法:<script>dropdown({‘0′:’test1′,’1′:’test2′,’2′:’test3′},’dropdown_name’,’2′,function(){});</script>
参数1:数据,参数2:表单name,参数3:current值,参数4:callback function.
用法:<script>dropdown({‘0′:’test1′,’1′:’test2′,’2′:’test3′},’dropdown_name’,’2′,function(){});</script>
参数1:数据,参数2:表单name,参数3:current值,参数4:callback function.
htAccess 文件(Hypertext Access file)是Apache Web服务器的一个非常强大的配置文件,对于这个文件,Apache有一堆参数可以让你配置出几乎随心所欲的功能。 (continue reading…)
htaccess可以做大量范围的事情,包括:文件夹密码保护、用户自动重新指向、自定义错误页面、变更你的文件扩展名、屏蔽特定的用户IP地址、只允许特定的IP地址、停止目录表以及使用其他文件作为index文件,等等……
(continue reading…)
apache安装后默认允许目录浏览,这样如果一个目录没有索引页,用户就可以直接在 (continue reading…)
If you are editing the most usual content element, that is the bodytext column of tt_content table, try to add the following line to your Page TSConfig: (continue reading…)
There are many discussions at forums concerning setting the title of the page from the USER_INT plug level. The problem is that the USER_INT type extensions are generated every time the page is refreshed after TYPO3 generates the headline of the page containing a tag title. A good example may be the mm_forum, where each thread in a standard installation has the same title, and not the name of the topic as we wish for. (continue reading…)
error_404_multilingual shows the defined error page of the given language if the requested page or file could not be found
The Extension was build because the existing 404 handling extensions does not work fine on sites with more than one language. (continue reading…)