Latest web development tutorials

RSS의 TextInput 구성 요소

RSS 참조 RSS 전체 참조 설명서

정의 및 사용

<의 TextInput> 요소는 공급과 함께 표시되는 텍스트 입력 필드를 지정한다.


팁과주의 사항

참고 : 대부분의 애그리 게이터는 <에서 textInput> 요소를 무시합니다.


<의 TextInput> 자식 요소를

상표 기술
<설명> 필요합니다. 설명 텍스트 입력 필드의 정의.
<이름> 필요합니다. 텍스트 필드의 이름을 텍스트 개체 정의를 입력합니다.
<링크> 필요합니다. URL 정의 처리 텍스트 입력 CGI 스크립트.
<제목> 필요합니다. 제출 버튼 레이블 (라벨)의 사용자 정의 텍스트 입력 필드입니다.


<?xml version="1.0" encoding="ISO-8859-1" ?>
<rss version="2.0">

<channel>
<title>W3CSchool Home Page</title>
<link>http://www.w3cschool.cc</link>
<description>Free web building tutorials</description>
<textinput>
<description>Search Google</description>
<title>Search</title>
<link>http://www.google.no/search?</link>
<name>q</name>
</textinput>

<item>
<title>RSS Tutorial</title>
<link>http://www.w3cschool.cc/rss</link>
<description>New RSS tutorial on W3CSchool</description>
</item>
</channel>

</rss>

»시도

RSS 참조 RSS 전체 참조 설명서