사용자:Hsl0/연구소/4: 두 판 사이의 차이

리버티게임, 모두가 만들어가는 자유로운 게임
imported>Hsl0
편집 요약 없음
imported>Hsl0
편집 요약 없음
2번째 줄: 2번째 줄:
.popuplink > .popuplink-content, .popuplink > .popuplink-header {
.popuplink > .popuplink-content, .popuplink > .popuplink-header {
     display: none;
     display: none;
}
.popuplink-header {
    font-weight: bold;
}
}
.popuplink > .oo-ui-buttonElement-frameless {
.popuplink > .oo-ui-buttonElement-frameless {

2021년 7월 24일 (토) 14:49 판

/**
 * @requires oojs-ui-widgets
 * @requires ext.gadget.Tasker
**/
registerRenderer(function createPopupButton() {
	$('.popuplink').each(function() {
		var $header = $(this).find('.popuplink-header');
		var widget = new OO.ui.PopupButtonWidget({
			label: $(this).find('.popuplink-label'),
			framed: false,
			popup: {
				head: $header.length || !('autoclose' in this.dataset),
				padded: true,
				autoClose: 'autoclose' in this.dataset,
				label: $header,
				$content: $(this).find('.popuplink-content')
			}
		});
		$(this).html(widget.$element);
	});
});
  • 테스트
  • 테스트테스트
  • 테스트
  • 테스트테스트
  • 테스트
  • 테스트