އެލާޓްތައް
އާންމު ޔޫޒަރ އެކްޝަންތަކަށް ކޮންޓެކްސްޗުއަލް ފީޑްބެކް މެސެޖުތައް ފޯރުކޮށްދިނުން، ލިބެންހުރި އަދި ފްލެކްސިބަލް އެލާޓް މެސެޖުތަކުގެ ތެރެއިން އަތްމަތި ދަތި މެސެޖުތަކާއެކު ފޯރުކޮށްދިނުން.
މިސާލުތަކެވެ
ކޮންމެ ދިގުމިނެއްގެ ލިޔުމަކަށް ވެސް އެލާޓް ލިބޭއިރު، އިޚްތިޔާރީ ޑިސްމިސް ބަޓަން ވެސް ލިބެ އެވެ. ރަނގަޅަށް ސްޓައިލިންގ އަށްޓަކައި، ބޭނުންވާ އަށް ކޮންޓެކްސްޗުއަލް ކްލާސްގެ ތެރެއިން އެއް ކްލާސް ބޭނުން ކުރާށެވެ (އެބަހީ، .alert-success
). އިންލައިން ޑިސްމިސަލް ކުރުމަށްޓަކައި، އެލާޓްސް jQuery ޕްލަގިން ބޭނުން ކުރާށެވެ .
އެހީތެރި ޓެކްނޮލޮޖީތަކަށް މާނަ ފޯރުކޮށްދިނުން
Using color to add meaning only provides a visual indication, which will not be conveyed to users of assistive technologies – such as screen readers. Ensure that information denoted by the color is either obvious from the content itself (e.g. the visible text), or is included through alternative means, such as additional text hidden with the .sr-only
class.
Link color
Use the .alert-link
utility class to quickly provide matching colored links within any alert.
Additional content
Alerts can also contain additional HTML elements like headings, paragraphs and dividers.
Well done!
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.
Whenever you need to, be sure to use margin utilities to keep things nice and tidy.
Dismissing
Using the alert JavaScript plugin, it’s possible to dismiss any alert inline. Here’s how:
- Be sure you’ve loaded the alert plugin, or the compiled Bootstrap JavaScript.
- If you’re building our JavaScript from source, it requires
util.js
. The compiled version includes this. - Add a dismiss button and the
.alert-dismissible
class, which adds extra padding to the right of the alert and positions the.close
button. - On the dismiss button, add the
data-dismiss="alert"
attribute, which triggers the JavaScript functionality. Be sure to use the<button>
element with it for proper behavior across all devices. - To animate alerts when dismissing them, be sure to add the
.fade
and.show
classes.
You can see this in action with a live demo:
JavaScript behavior
Triggers
Enable dismissal of an alert via JavaScript:
Or with data
attributes on a button within the alert, as demonstrated above:
Note that closing an alert will remove it from the DOM.
Methods
Method | Description |
---|---|
$().alert() |
data-dismiss="alert" އެޓްރިބިއުޓް ހުންނަ ޑެސެންޑެންޓް އެލިމެންޓްތަކުގައި ކްލިކް އިވެންޓްތައް އަޑުއަހާ އެލާޓެއް ހަދައެވެ . (ޑޭޓާ-އެޕީގެ އޮޓޯ-އިނިޝިއަލައިޒޭޝަން ބޭނުންކުރާއިރު ކޮންމެހެން ބޭނުން ނުވާނެ.) |
$().alert('close') |
އެލާޓެއް ޑީއޯއެމް އިން ނައްތާލައިގެން ބަންދުކުރެއެވެ. .fade އެލިމެންޓްގައި އަދި .show ކްލާސްތައް ހުރިނަމަ ، އެލާޓް ނައްތާލުމުގެ ކުރިން އެލާޓް ފޭޑް އައުޓް ވާނެއެވެ. |
$().alert('dispose') |
އެލިމެންޓެއްގެ އެލާޓް ނައްތާލައެވެ. |
އިވެންޓްސް
ބޫޓްސްޓްރެޕްގެ އެލާޓް ޕްލަގިން އިން އެލާޓް ފަންކްޝަނަލިޓީއަށް ހޫކް ކުރުމަށް ދިމާވާ މަދު ހާދިސާތަކެއް ހާމަކޮށްދެ އެވެ.
ހަރަކާތް | ތަފްޞީލު |
---|---|
close.bs.alert |
މި އިވެންޓް ވަގުތުން ފަޔަރ ވެގެން ދަނީ close އިންސްޓޭންސް މެތޯޑް ގޮވާލުމުންނެވެ. |
closed.bs.alert |
މި އިވެންޓް ފަޔަރ ކުރެވެނީ އެލާޓް ބަންދުކޮށްފައި އޮތުމުން (ސީއެސްއެސް ޓްރާންސިޝަންތައް ފުރިހަމަވާންދެން މަޑުކުރާނެ) އެވެ. |