In this article, you learned how to create a custom tag for table data display with different HTML controls, including href, checkbox, radio button, text field, and combo box.
在本文中,介绍了如何为带有不同html控件的表格数据显示创建自定义标记,包括href、选择框、单选按钮、文本框和组合框。
In our example, the URL that was needed for the request after login was part of a standard HTML href and was available as a complete text string.
在我们的例子中,对于登录后的请求我们需要的URL是一个标准HTMLhref并且能够作为一个完整文本串。
Here, I'll explain how to create a custom tag for table display that is flexible enough to handle different HTML controls, such as href, checkbox, radio button, text field, and combo box.
我将介绍如何为表格显示创建自定义标记,让它有足够的灵活性以应付不同的HTML控件,如href、选择框、单选按钮、文本框和组合框。
A Link can have plain text or a HTML A tag as its content (of the form <a href="some url">some text message).
Link可以使用普通文本或HTMLA标记作为内容(通常采用 href="某个url">某些文本消息的形式)。
In Listing 1, the value of the element provides the URL to the href attribute, and the value of the element is the visible text of the hyperlink.
在清单1中,元素的值是href属性的URL,而元素的值是超链接的显示文本。
In Listing 1, the value of the element provides the URL to the href attribute, and the value of the element is the visible text of the hyperlink.
在清单1中,元素的值是href属性的URL,而元素的值是超链接的显示文本。
应用推荐