Source

അലേർട്ടുകൾ

ലഭ്യമായതും വഴക്കമുള്ളതുമായ ഒരുപിടി അലേർട്ട് സന്ദേശങ്ങൾക്കൊപ്പം സാധാരണ ഉപയോക്തൃ പ്രവർത്തനങ്ങൾക്കായി സന്ദർഭോചിതമായ ഫീഡ്‌ബാക്ക് സന്ദേശങ്ങൾ നൽകുക.

ഉദാഹരണങ്ങൾ

ഏത് ദൈർഘ്യമുള്ള വാചകത്തിനും അലേർട്ടുകൾ ലഭ്യമാണ്, കൂടാതെ ഓപ്ഷണൽ ഡിസ്മിസ് ബട്ടണും ലഭ്യമാണ്. ശരിയായ സ്റ്റൈലിംഗിനായി, ആവശ്യമുള്ള എട്ട് സന്ദർഭോചിത ക്ലാസുകളിൽ ഒന്ന് ഉപയോഗിക്കുക (ഉദാ, .alert-success). ഇൻലൈൻ ഡിസ്മിസലിനായി, അലേർട്ടുകൾ ഉപയോഗിക്കുക jQuery പ്ലഗിൻ .

<div class="alert alert-primary" role="alert">
  This is a primary alert—check it out!
</div>
<div class="alert alert-secondary" role="alert">
  This is a secondary alert—check it out!
</div>
<div class="alert alert-success" role="alert">
  This is a success alert—check it out!
</div>
<div class="alert alert-danger" role="alert">
  This is a danger alert—check it out!
</div>
<div class="alert alert-warning" role="alert">
  This is a warning alert—check it out!
</div>
<div class="alert alert-info" role="alert">
  This is a info alert—check it out!
</div>
<div class="alert alert-light" role="alert">
  This is a light alert—check it out!
</div>
<div class="alert alert-dark" role="alert">
  This is a dark alert—check it out!
</div>
സഹായ സാങ്കേതികവിദ്യകളുടെ അർത്ഥം അറിയിക്കുന്നു

അർത്ഥം ചേർക്കാൻ വർണ്ണം ഉപയോഗിക്കുന്നത് ഒരു വിഷ്വൽ സൂചന നൽകുന്നു, അത് സ്ക്രീൻ റീഡറുകൾ പോലുള്ള സഹായ സാങ്കേതികവിദ്യകളുടെ ഉപയോക്താക്കൾക്ക് കൈമാറില്ല. വർണ്ണത്താൽ സൂചിപ്പിക്കുന്ന വിവരങ്ങൾ ഉള്ളടക്കത്തിൽ നിന്ന് തന്നെ വ്യക്തമാണെന്ന് ഉറപ്പാക്കുക (ഉദാ: ദൃശ്യമായ ടെക്‌സ്‌റ്റ്), അല്ലെങ്കിൽ .sr-onlyക്ലാസിനൊപ്പം മറച്ചിരിക്കുന്ന അധിക വാചകം പോലെയുള്ള ഇതര മാർഗങ്ങളിലൂടെ ഉൾപ്പെടുത്തിയിരിക്കുന്നു.

.alert-linkഏത് അലേർട്ടിലും പൊരുത്തപ്പെടുന്ന വർണ്ണ ലിങ്കുകൾ വേഗത്തിൽ നൽകാൻ യൂട്ടിലിറ്റി ക്ലാസ് ഉപയോഗിക്കുക .

<div class="alert alert-primary" role="alert">
  This is a primary alert with <a href="#" class="alert-link">an example link</a>. Give it a click if you like.
</div>
<div class="alert alert-secondary" role="alert">
  This is a secondary alert with <a href="#" class="alert-link">an example link</a>. Give it a click if you like.
</div>
<div class="alert alert-success" role="alert">
  This is a success alert with <a href="#" class="alert-link">an example link</a>. Give it a click if you like.
</div>
<div class="alert alert-danger" role="alert">
  This is a danger alert with <a href="#" class="alert-link">an example link</a>. Give it a click if you like.
</div>
<div class="alert alert-warning" role="alert">
  This is a warning alert with <a href="#" class="alert-link">an example link</a>. Give it a click if you like.
</div>
<div class="alert alert-info" role="alert">
  This is a info alert with <a href="#" class="alert-link">an example link</a>. Give it a click if you like.
</div>
<div class="alert alert-light" role="alert">
  This is a light alert with <a href="#" class="alert-link">an example link</a>. Give it a click if you like.
</div>
<div class="alert alert-dark" role="alert">
  This is a dark alert with <a href="#" class="alert-link">an example link</a>. Give it a click if you like.
</div>

അധിക ഉള്ളടക്കം

അലേർട്ടുകളിൽ തലക്കെട്ടുകൾ, ഖണ്ഡികകൾ, വിഭജനങ്ങൾ എന്നിവ പോലുള്ള അധിക HTML ഘടകങ്ങളും അടങ്ങിയിരിക്കാം.

<div class="alert alert-success" role="alert">
  <h4 class="alert-heading">Well done!</h4>
  <p>Aww yeah, you successfully read this important alert message. This example text is going to run a bit longer so that you can see how spacing within an alert works with this kind of content.</p>
  <hr>
  <p class="mb-0">Whenever you need to, be sure to use margin utilities to keep things nice and tidy.</p>
</div>

പിരിച്ചുവിടുന്നു

അലേർട്ട് ജാവാസ്ക്രിപ്റ്റ് പ്ലഗിൻ ഉപയോഗിച്ച്, ഏത് ഇൻലൈനിലും അലേർട്ട് ഡിസ്മിസ് ചെയ്യാൻ സാധിക്കും. എങ്ങനെയെന്നത് ഇതാ:

  • നിങ്ങൾ അലേർട്ട് പ്ലഗിനോ കംപൈൽ ചെയ്‌ത ബൂട്ട്‌സ്‌ട്രാപ്പ് ജാവാസ്ക്രിപ്റ്റോ ലോഡ് ചെയ്‌തിട്ടുണ്ടെന്ന് ഉറപ്പാക്കുക.
  • ഉറവിടത്തിൽ നിന്നാണ് നിങ്ങൾ ഞങ്ങളുടെ JavaScript നിർമ്മിക്കുന്നതെങ്കിൽ, അത് ആവശ്യമാണ്util.js . സമാഹരിച്ച പതിപ്പിൽ ഇത് ഉൾപ്പെടുന്നു.
  • ഒരു ഡിസ്മിസ് ബട്ടണും .alert-dismissibleക്ലാസും ചേർക്കുക, അത് അലേർട്ടിന്റെ വലതുവശത്ത് അധിക പാഡിംഗ് ചേർക്കുകയും .closeബട്ടൺ സ്ഥാനപ്പെടുത്തുകയും ചെയ്യുന്നു.
  • ഡിസ്മിസ് ബട്ടണിൽ, data-dismiss="alert"ആട്രിബ്യൂട്ട് ചേർക്കുക, അത് JavaScript പ്രവർത്തനത്തെ ട്രിഗർ ചെയ്യുന്നു. <button>എല്ലാ ഉപകരണങ്ങളിലുടനീളവും ശരിയായ പെരുമാറ്റത്തിനായി ഈ ഘടകം ഉപയോഗിക്കുന്നുവെന്ന് ഉറപ്പാക്കുക .
  • .fadeഅലേർട്ടുകൾ ഡിസ്മിസ് ചെയ്യുമ്പോൾ അവയെ ആനിമേറ്റ് ചെയ്യാൻ , .showക്ലാസുകളും ചേർക്കുന്നത് ഉറപ്പാക്കുക .

ഒരു തത്സമയ ഡെമോ ഉപയോഗിച്ച് നിങ്ങൾക്ക് ഇത് പ്രവർത്തനക്ഷമമായി കാണാൻ കഴിയും:

<div class="alert alert-warning alert-dismissible fade show" role="alert">
  <strong>Holy guacamole!</strong> You should check in on some of those fields below.
  <button type="button" class="close" data-dismiss="alert" aria-label="Close">
    <span aria-hidden="true">&times;</span>
  </button>
</div>

JavaScript പെരുമാറ്റം

ട്രിഗറുകൾ

JavaScript വഴി ഒരു അലേർട്ട് നിരസിക്കുന്നത് പ്രവർത്തനക്ഷമമാക്കുക:

$('.alert').alert()

അല്ലെങ്കിൽ മുകളിൽ കാണിച്ചിരിക്കുന്നതുപോലെ, അലേർട്ടിനുള്ളിലെdata ഒരു ബട്ടണിലെ ആട്രിബ്യൂട്ടുകൾക്കൊപ്പം :

<button type="button" class="close" data-dismiss="alert" aria-label="Close">
  <span aria-hidden="true">&times;</span>
</button>

ഒരു അലേർട്ട് അടയ്ക്കുന്നത് DOM-ൽ നിന്ന് നീക്കം ചെയ്യുമെന്നത് ശ്രദ്ധിക്കുക.

രീതികൾ

രീതി വിവരണം
$().alert() data-dismiss="alert"ആട്രിബ്യൂട്ട് ഉള്ള ഡിസെൻഡന്റ് എലമെന്റുകളിൽ ക്ലിക്ക് ഇവന്റുകൾ കേൾക്കാൻ അലേർട്ട് ഉണ്ടാക്കുന്നു . (ഡാറ്റാ-എപിഐയുടെ ഓട്ടോ-ഇനീഷ്യലൈസേഷൻ ഉപയോഗിക്കുമ്പോൾ ആവശ്യമില്ല.)
$().alert('close') DOM-ൽ നിന്ന് നീക്കം ചെയ്തുകൊണ്ട് ഒരു അലേർട്ട് അടയ്‌ക്കുന്നു. എലമെന്റിൽ ക്ലാസുകളും ഉണ്ടെങ്കിൽ, .fadeഅത് .showനീക്കം ചെയ്യുന്നതിനുമുമ്പ് അലേർട്ട് മങ്ങിപ്പോകും.
$().alert('dispose') ഒരു മൂലകത്തിന്റെ മുന്നറിയിപ്പ് നശിപ്പിക്കുന്നു.
$(".alert").alert('close')

ഇവന്റുകൾ

ബൂട്ട്‌സ്‌ട്രാപ്പിന്റെ അലേർട്ട് പ്ലഗിൻ അലേർട്ട് ഫംഗ്‌ഷണലിറ്റിയിലേക്ക് ഹുക്ക് ചെയ്യുന്നതിനായി കുറച്ച് ഇവന്റുകൾ തുറന്നുകാട്ടുന്നു.

സംഭവം വിവരണം
close.bs.alert closeഇൻസ്‌റ്റൻസ് മെത്തേഡ് എന്ന് വിളിക്കുമ്പോൾ ഈ സംഭവം ഉടനടി തീപിടിക്കുന്നു .
closed.bs.alert അലേർട്ട് അടച്ചുകഴിഞ്ഞാൽ ഈ ഇവന്റ് പ്രവർത്തനക്ഷമമാകും (സിഎസ്എസ് സംക്രമണങ്ങൾ പൂർത്തിയാകുന്നതുവരെ കാത്തിരിക്കും).
$('#myAlert').on('closed.bs.alert', function () {
  // do something…
})