이 문서는 https://tiddlywiki.com/languages/ko-KR/에서 티들리위키의 정적 HTML 표현의 일부입니다

ButtonWidget/Example/Presentation

2026년 7월 25일 오전 12:37

Several attributes control how the button looks and which element it renders:

  • tag renders a different HTML element in place of button
  • class adds one or more CSS classes
  • style sets a full CSS style string
  • disabled set to yes disables the button

Reach for class first and keep the rules in a stylesheet. One class restyles every button that uses it, follows the colour palette and stays under the user's control. A hardcoded style overrides the theme and has to be repeated at every button, so use it only when no class can do the job.

style sets the whole style attribute and replaces anything a style.* attribute wrote before it, so do not mix the two.

titleOutput

tag="a" renders a link element