HTML အကိုးအကား

အက္ခရာဖြင့် HTML HTML အမျိုးအစားအလိုက် HTML Browser ပံ့ပိုးမှု HTML အရည်အချင်းများ HTML ကမ္ဘာလုံးဆိုင်ရာ အရည်အချင်းများ HTML ပွဲများ HTML အရောင်များ HTML Canvas HTML အသံ/ဗီဒီယို HTML အက္ခရာအစုံများ HTML Doctypes HTML URL ကုဒ် HTML ဘာသာစကားကုဒ်များ HTML နိုင်ငံကုဒ်များ HTTP မက်ဆေ့ခ်ျများ HTTP နည်းလမ်းများ PX မှ EM Converter ကီးဘုတ်ဖြတ်လမ်းများ


HTML <menuite> Tag


ဥပမာ

မတူညီသော <menuite> ဒြပ်စင်များပါရှိသော ဆက်စပ်မီနူး-

<menu type="context" id="mymenu">
  <menuitem label="Refresh" onclick="window.location.reload();" icon="ico_reload.png">
  </menuitem>
  <menu label="Share on...">
    <menuitem label="Twitter" icon="ico_twitter.png"
    onclick="window.open('//twitter.com/intent/tweet?text='+window.location.href);">
    </menuitem>
    <menuitem label="Facebook" icon="ico_facebook.png"
    onclick="window.open('//facebook.com/sharer/sharer.php?u='+window.location.href);">
    </menuitem>
  </menu>
  <menuitem label="Email This Page"
  onclick="window.location='mailto:?body='+window.location.href;"></menuitem>
</menu>

အဓိပ္ပါယ်နှင့် အသုံးပြုမှု

<menuite> တဂ်ကို HTML5 တွင် ရပ်တန့်ထားသည်။

<menuite> တက်ဂ်သည် အသုံးပြုသူအား ပေါ့ပ်အပ်မီနူးတစ်ခုမှ ခေါ်ဆိုနိုင်သည့် အမိန့်/မီနူးကို သတ်မှတ်ပေးသည်။


Browser ပံ့ပိုးမှု

ဇယားရှိ နံပါတ်များသည် ဒြပ်စင်ကို အပြည့်အဝထောက်ခံသည့် ပထမဆုံးဘရောက်ဆာဗားရှင်းကို သတ်မှတ်ပေးသည်။

Element
<menuitem> Not supported Not supported 8.0
(for context menus)
Not supported Not supported


ဂုဏ်တော်

Attribute Value Description
checked checked Specifies that the command/menu item should be checked when the page loads. Only for type="radio" or type="checkbox"
command    
default default Marks the command/menu item as being a default command
disabled disabled Specifies that the command/menu item should be disabled
icon URL Specifies an icon for the command/menu item
label text Required. Specifies the name of the command/menu item, as shown to the user
radiogroup groupname Specifies the name of the group of commands that will be toggled when the command/menu item itself is toggled. Only for type="radio"
type checkbox
command
radio
Specifies the type of command/menu item. Default is "command"

ကမ္ဘာလုံးဆိုင်ရာ အရည်အချင်းများ

<menuite> tag သည် HTML ရှိ Global Attributes ကို ပံ့ပိုး ပေးပါသည်။


ဖြစ်ရပ်ဂုဏ်တော်များ

<menuite> tag သည် HTML ရှိ Event Attributes ကို ပံ့ပိုး ပေးပါသည်။


ဆက်စပ်စာမျက်နှာများ

HTML DOM ရည်ညွှန်းချက်- MenuItem Object