我利用多或少成功工作的多功能的Joomla部件制造了一些表格。
最近,我曾试图制作长页表格——形式工作......但随着分子的推移,速度缓慢。 历时数周试图解决这一问题,没有看到任何改善迹象......
我想知道,在Joomla,有人是否曾使用过包裹或作为静态的一页,在Joomla站点使用过东道表格服务。
欢迎任何要点或建议。
我利用多或少成功工作的多功能的Joomla部件制造了一些表格。
最近,我曾试图制作长页表格——形式工作......但随着分子的推移,速度缓慢。 历时数周试图解决这一问题,没有看到任何改善迹象......
我想知道,在Joomla,有人是否曾使用过包裹或作为静态的一页,在Joomla站点使用过东道表格服务。
欢迎任何要点或建议。
最好的方式,但需要大量时间才能将其编成外部项目文件,如表1.php >> 表格2.php >> 表格_last_and_post_data_to_email.php。
你们是否尝试过RSForm? 我在我的网站上使用,支持多页表格。
I m trying to build a form which generates itself as it is used. I have created a really simplistic example, loosely related to what I m trying to do below, but which demonstrates the problem. The ...
How can I clear the value of an asp:HiddenField control when the user hits the refresh button in the browser?
EDIT 2: After writing up an incredibly long explanation in more detail I, of course, discovered my problem and it had nothing to do with the question I asked. It was caused because I was creating a ...
I found this forum thread in google, but no one here seems to encounter the same problem, so I would like to know if onsubmit= return false; really fails in some IE7 browsers, meaning that it has ...
I ve always communicated required form fields on web applications to users by hanging an asterisk off the end of the control or the label and having a little sentence along the lines of "required ...
I am trying to make a WebForms project and ASP.NET MVC per this question. One of the things I ve done to make that happen is that I added a namespaces node to the WebForms web.config: <pages ...
I was wondering if anyone knew if it were possible to override the default behaviour of browsers that support the new HTML input types such as type="email" and type="date"? I appreciate that I could ...
I have code like the following in a UserControl: Protected Overrides Sub Render(ByVal writer As System.Web.UI.HtmlTextWriter) If someCondition Then childControl.Enabled = false End If ...