Uploaded image for project: 'phpBB'
  1. phpBB
  2. PHPBB-10982

Allow setting dimming control overlay also as data-overlay

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 3.1.0-a1
    • 3.1.0-dev
    • JavaScript / AJAX
    • None

      Currently the overlay can only be disabled with code like:

      		phpbb.ajaxify({
      			selector: el.parents('span').siblings('.up').children('a'),
      			callback: 'forum_up',
      			overlay: false
      		});

      It should also be possible to specify the overlay as data-overlay on the actual HTML element.

            nickvergessen Joas Schilling
            nickvergessen Joas Schilling
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: