<?xml version="1.0" encoding="UTF-8"?> <xp:view xmlns:xp="http://www.ibm.com/xsp/core"> <xp:this.resources> <xp:styleSheet href="https://use.fontawesome.com/releases/v5.2.0/css/all.css"></xp:styleSheet> <xp:styleSheet href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css"></xp:styleSheet> </xp:this.resources> <xp:button id="button1" styleClass="btn btn-danger"> <i class="fas fa-pen"></i> <span style="margin-left:10px">編集</span> </xp:button> <xp:button id="button2" styleClass="btn btn-secondary"> <i class="fas fa-door-closed"></i> <span style="margin-left:10px">閉じる</span> </xp:button> </xp:view>
概要
コード解説