<อ้างอิง RSS สมบูรณ์
ความหมายและการใช้งาน
<textinput> แท็กระบุช่องป้อนข้อความที่ควรจะแสดงพร้อมกับฟีด
เคล็ดลับและคำอธิบาย
Note: รวบรวมส่วนใหญ่ไม่สนใจ <textInput> องค์ประกอบ
องค์ประกอบของเด็กของ <textInput>
แท็ก | ลักษณะ |
---|---|
<description> | จำเป็นต้องใช้ กำหนดรายละเอียดของพื้นที่อินพุตข้อความ |
<name> | จำเป็นต้องใช้ กำหนดชื่อของวัตถุข้อความในพื้นที่ป้อนข้อความ |
<link> | จำเป็นต้องใช้ กำหนด URL ของสคริปต์ CGI ที่ประมวลผลป้อนข้อความที่ |
<title> | จำเป็นต้องใช้ กำหนดฉลากของปุ่มส่งในพื้นที่ป้อนข้อความ |
ตัวอย่าง
<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title>w3ii Home Page</title>
<link>http://www.w3ii.com</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.w3ii.com/xml/xml_rss.html</link>
<description>New RSS tutorial on w3ii</description>
</item>
</channel>
</rss>
ลองตัวเอง»
<อ้างอิง RSS สมบูรณ์