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>