RSS <textInput> ఎలిమెంట్

నిర్వచనం మరియు వినియోగం

<textInput> ఎలిమెంట్ ను ప్రదర్శించాలి అని నిర్ధారించబడిన టెక్స్ట్ ఇన్ పుట్ ప్రదర్శించాలి

సూచనలు మరియు ప్రకటనలు

ప్రకటనలు:అధికారిక సమాచారం: <textInput> ఎలిమెంట్ ను పరిగణించకుండా పరిగణించే అధికారిక సమాచారం

<textInput> యొక్క పిలుపు విభాగం

టాగ్ వివరణ
<description> అత్యవసరం. టెక్స్ట్ ఇన్‌పుట్ ఫీల్డ్‌పై యొక్క వివరణ నిర్వచిస్తుంది.
<name> అత్యవసరం. టెక్స్ట్ ఇన్‌పుట్ ఫీల్డ్‌లోని టెక్స్ట్ అబ్జెక్ట్ యొక్క పేరు నిర్వచిస్తుంది.
<link> అత్యవసరం. టెక్స్ట్ ఇన్‌పుట్ ప్రాసెసింగ్ స్క్రిప్ట్ యొక్క URL నిర్వచిస్తుంది.
<title> అత్యవసరం. టెక్స్ట్ ఇన్‌పుట్ ఫీల్డ్‌లోని సబ్మిట్ బటన్ యొక్క లేబుల్ నిర్వచిస్తుంది.

ఉదాహరణ

<?xml version="1.0" encoding="ISO-8859-1" ?>
<rss version="2.0">
<channel>
  <title>CodeW3C.com Home Page</title>
  <link>http://www.codew3c.com</link>
  <description>Free web building tutorials</description>
  <textinput>
    <description>Search Google</description>
    <title>Search</title>
    <link>http://www.google.cn/search?</link>
    <name>q</name>
  </textinput>
  <item>
    <title>RSS Tutorial</title>
    <link>http://www.codew3c.com/rss</link>
    <description>New RSS tutorial on CodeW3C.com</description>
  </item>
</channel>
</rss>