php - Add more output smarty html option -


  {html_options मान = $ row.milestone_id आउटपुट = $ row.title आउटपुट = $ row.title}   

हाय दोस्तों, कैसे smarty html विकल्प में अधिक $ आउटपुट जोड़ने के लिए?

< P> ड्रॉपडाउन को पॉप्युलेट करने के लिए आउटपुट को एक सरणी होना चाहिए। उदाहरण देखें

PHP कोड

  $ smarty- & gt; असाइन करें ('myOptions', सरणी (1800 = & gt; 'जो स्म्मो', 9904 = & gt; 'जैक स्मिथ ', 2003 = & gt;' चार्ली ब्राउन ')); $ Smarty- & gt; असाइन करें ('mySelect', 9 9 04);  

फिर टेम्पलेट

  {html_options name = foo options = $ myOptions selected = $ mySelect}  

और आउटपुट

  & lt; चयन करें नाम = "foo" & gt; & Lt; विकल्प लेबल = "जो श्मो" मान = "1800" & gt; जो स्म्मो & lt; / option & gt; & Lt; विकल्प लेबल = "जैक स्मिथ" मान = "9 9 4" चयनित = "चयनित" & gt; जैक स्मिथ & lt; / option & gt; & Lt; विकल्प लेबल = "चार्ली ब्राउन" मान = "2003" & gt; चार्ली ब्राउन & lt; / विकल्प & gt; & Lt; / चयन & gt;  

Comments

Popular posts from this blog

sql - dynamically varied number of conditions in the 'where' statement using LINQ -

asp.net mvc - Dynamically Generated Ajax.BeginForm -

Debug on symbian -