jsf - How to make a value of <h:outputText> bold? -


मेरे पास निम्न कोड है:

  & lt; h: outputText id = "dateVal" मूल्य = "# {items.date}" & gt; & Lt; f: कन्वर्टडेटाइट पैटर्न = "एमएमएम- yy" / & gt; & Lt; / h: outputText & gt;  

मैं बोल्ड में # {items.date} मान कैसे दिखा सकता हूं?

बस करें:

  & lt; h: आउटपुट टेक्स्ट वैल्यू =" एएएएएए "शैली =" फ़ॉन्ट-वजन: बोल्ड "/ & gt;  

और यह कोड निम्नलिखित HTML का उत्पादन करेगा:

  & lt; span style = "font-weight: bold" & gt; AAAAA & lt; / span & gt;  

Comments

Popular posts from this blog

oracle - The fastest way to check if some records in a database table? -

php - multilevel menu with multilevel array -

jQuery UI: Datepicker month format -