win8-html-sdk/ComboBox/Templates
Tsvetina Ivanova 53274d71b9 Updated WinJS version of examples to 2.0 2013-12-02 16:17:05 +02:00
..
css Fixed all remote service examples due to changes in the services 2013-06-18 14:55:27 +03:00
images Added RadControls for Windows 8 HTML examples 2013-04-17 15:13:32 +03:00
js Fixed all remote service examples due to changes in the services 2013-06-18 14:55:27 +03:00
ReadMe.html Updated WinJS version of examples to 2.0 2013-12-02 16:17:05 +02:00
Templates.jsproj Upgraded all projects to target Windows 8.1 2013-11-29 18:22:42 +02:00
Templates_TemporaryKey.pfx Added RadControls for Windows 8 HTML examples 2013-04-17 15:13:32 +03:00
default.html Updated WinJS version of examples to 2.0 2013-12-02 16:17:05 +02:00
package.appxmanifest Added RadControls for Windows 8 HTML examples 2013-04-17 15:13:32 +03:00

ReadMe.html

Этот файл содержит невидимые символы Юникода!

Этот файл содержит невидимые символы Юникода, которые могут быть отображены не так, как показано ниже. Если это намеренно, можете спокойно проигнорировать это предупреждение. Используйте кнопку Экранировать, чтобы показать скрытые символы.

<p>
	You can customize the content of RadComboBox items by specifying a template for them. Open the dropdown or start typing to see the templated items containing
	text and images.
</p>
<p>
	This example uses <strong>WinJS.Binding.Template</strong> instance for the combobox items. You can also use a string with binding 
	expressions or a function returning a string/DOM element.
</p>