class RtRowLinkButton
Link 버튼 설정 모델.
See Also
Template Params
Events
Properties
- target:
string
Default '_self'버튼 클릭 시 지정된 url을 매개변수로 window.open(...)을 호출하는 데, 이 속성 값이 target 매개변수로 지정된다.
기본값은 현재 창을 대체하는 '_self'이다. 새 창으로 url을 열기 위해서는 '_blank'를 지정한다. - url:
string
버튼 클릭 시 이동할 페이지 주소.
문자열에 포함된 '${row}'는 버튼이 포함된 데이터행의 번호로 변환된다. - urlCallback: (args: {button: RtRowButton, row:
number
}) =>string
Properties of argsproperty type i/o opt description button RtRowButton in N 버튼 객체. row number in N 데이터행 번호. Returns링크 경로.undefined
를 리턴하면 무시된다.버튼 클릭 시 호출된다.
이 콜백이 설정되면 url 속성은 무시된다. @cparam button 버튼 모델 객체 자신 @cparam row 데이터행 번호
Methods
Inherited Properties
- RtRowButton.height
- RtRowButton.hint
- RtRowButton.imageUrl
- RtRowButton.label
- RtRowButton.letter
- RtRowButton.onClick
- RtRowButton.width