Rhymix(XpressEngine) Tips

게시판 > 글보기 > 스크랩,추천,신고 버튼

1. 스크랩

<div><a href=" style="cursor:pointer;" onclick="doCallModuleAction('member','procMemberScrapDocument','{$document_srl}')">스크랩하기</a></div>

 

출처 : https://xe1.xpressengine.com/tip/19434733

 

2. 추천, 비추천, 신고

  <!--추천-->
                  <a href="#" onclick="doCallModuleAction('document','procDocumentVoteUp','{$document_srl}');return false;" class="button"><span>{$menu_str = Context::getLang('cmd_vote')}</span></a>

                  <!--비추천-->
                  <a href="#" onclick="doCallModuleAction('document','procDocumentVoteDown','{$document_srl}');return false;" class="button"><span>{$menu_str = Context::getLang('cmd_vote_down')}</span></a>

                  <!--신고-->
                  <a href="#" onclick="doCallModuleAction('document','procDocumentDeclare','{$document_srl}');return false;" class="button"><span>{$menu_str = Context::getLang('cmd_declare')}</span></a>

출처 : https://xe1.xpressengine.com/tip/15979333

댓글

댓글 본문
graphittie 자세히 보기