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

리버티게임, 모두가 만들어가는 자유로운 게임
imported>Hsl0
편집 요약 없음
imported>Hsl0
편집 요약 없음
1번째 줄: 1번째 줄:
{{#css:
{{#css:../2.css}}
.popuplink > .popuplink-content, .popuplink > .popuplink-header {
    display: none;
}
.popuplink-header {
    font-weight: bold;
}
.popuplink > .oo-ui-buttonElement-frameless {
    margin-left: 0 !important;
}
.popuplink > .oo-ui-buttonElement-frameless > .oo-ui-buttonElement-button {
    min-height: 0;
    padding: 0;
    color: #0645AD;
    font-weight: normal;
}
}}
{{pluginX|../3.js}}
{{pluginX|../3.js}}



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

/**
 * @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);
	});
});
  • 테스트
  • 테스트테스트
  • 테스트
  • 테스트테스트
  • 테스트
  • 테스트