html IF_03_18_Select_with_ActionSheet
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html IF_03_18_Select_with_ActionSheet相关的知识,希望对你有一定的参考价值。
<ion-list>
<ion-item>
<ion-label>Select Options</ion-label>
<ion-select interface="action-sheet" placeholder="Select One">
<ion-select-option value="bacon">Bacon</ion-select-option>
<ion-select-option value="olives">Black Olives</ion-select-option>
<ion-select-option value="xcheese">Extra Cheese</ion-select-option>
<ion-select-option value="peppers">Green Peppers</ion-select-option>
<ion-select-option value="mushrooms">Mushrooms</ion-select-option>
<ion-select-option value="onions">Onions</ion-select-option>
<ion-select-option value="pepperoni">Pepperoni</ion-select-option>
<ion-select-option value="pineapple">Pineapple</ion-select-option>
<ion-select-option value="sausage">Sausage</ion-select-option>
<ion-select-option value="Spinach">Spinach</ion-select-option>
</ion-select>
</ion-item>
</ion-list>
以上是关于html IF_03_18_Select_with_ActionSheet的主要内容,如果未能解决你的问题,请参考以下文章
html IF_03_18_Select_with_ActionSheet
html IF_03_03_Basic_Button
html IF_03_17_Radiobuttons
html IF_03_16_Checkboxes
html IF_03_11_FABs
html IF_04_03_Radio_Binding_HTML