15 Matching Annotations
  1. May 2023
    1. delay

      با این delay میشه تعیین کرد که چقد بعدش نشون داده بشه

    2. Twelve op

      برای نشان دادن جایگاه position که از یه چیزی به نام placement استفاده می کند

    3. The target element m

      اون المان target در متن باید حتما قبل از خود Tooltip باشه

    4. A strin

      باید IDاون المانی که میخوای کاربر با اوردن موس روش نشون بده را اینجا بدی

    5. The targ

      این target در واقع المانی است که مقدار داخل اون در واقع id اون المانی که می خوای trigger بشه را نشون میده

    6. Tooltip

      برای المان هایی که disable هستند وقتی روی wrapper میری نشون داده می شود

    7. Triggering t

      اون element که hidden است را اصلا tooltip براشون کار نمی کنه

    8. b-t

      برای اضافه کردن Tooltip به کار می رود. بهش popover هم می گویند.

  2. Jan 2021
    1. A tooltip is an element containing simple text content describing a particular element. It's hidden until the user desires more information from the element, e.g. before deciding to click a button.
    2. A popover is an interactive HTML tooltip. It can be a dropdown, menu, or any other kind of box that pops out from the normal flow of the document. This type of element contains non-vital functionality and can be hidden behind a click or hover to conserve space.
    3. Both are elements positioned near a "reference" element, and are hidden until they are triggered. They help conserve space by hiding secondary information or functionality behind a hover or click. They are positioned outside the normal flow of the document so when they are triggered, they are overlaid on top of the existing UI without disrupting the flow of content.