-
Notifications
You must be signed in to change notification settings - Fork 6
Font Icon
-
Commit changes(変更の確定)
<button type="submit" class="btn btn-primary"><i class="fas fa-check"></i> 変更確定</button>
https://fontawesome.com/icons/check?style=solid
ex. Save, Delete(登録、変更、削除を確定する際に使用) -
Cancel(キャンセル)
<button type="button" class="btn btn-secondary"><i class="fas fa-times"></i> キャンセル</button>
https://fontawesome.com/icons/times?style=solid -
Temporary save(一時保存)
<button type="button" class="btn btn-info"><i class="far fa-save"></i> 一時保存</button>
https://fontawesome.com/icons/save?style=regular -
Delete confirm(削除確認)
<button type="button" class="btn btn-danger"><i class="fas fa-trash-alt"></i> 削除</button>
https://fontawesome.com/icons/trash-alt?style=solid -
Edit(編集)
<button class="btn btn-primary btn-sm" type="button"><i class="far fa-edit"></i> ブログ設定変更</button>
https://fontawesome.com/icons/edit?style=regular -
Send(登録)
<button class="btn btn-primary"><i class="fab fa-facebook-messenger"></i> 確認画面へ</button>
https://fontawesome.com/icons/facebook-messenger?style=brands -
Information(通知)
<div class="alert alert-info"><i class="fas fa-exclamation-circle"></i>ブログ設定を変更します。</div>
https://fontawesome.com/icons/exclamation-circle?style=solid -
Add(追加)
<i class="fas fa-plus"></i> <span class="hidden-sm hidden-xs">選択肢追加</span>
https://fontawesome.com/icons/plus?style=solid -
List(一覧)
<i class="fas fa-list"></i> 一覧へ戻る
https://fontawesome.com/icons/list?style=solid -
Download(ダウンロード)
<i class="fas fa-file-download"></i>
https://fontawesome.com/icons/file-download?style=solid -
Error(エラー)
<i class="fas fa-exclamation-triangle"></i>
https://fontawesome.com/icons/exclamation-triangle?style=solid
Font Awesome Free 5.12.0 by @fontawesome - https://fontawesome.com
- home
- Overview
- Install
- Install (インストール)(Linux等へのインストール:root権限ある場合)
-
Install-sakura(さくらのレンタルサーバ)
- Install-sakura-root(ドキュメントルート版)
- Install-Xserver(XServer)
- Install-lolipop(ロリポップ-ハイスピードプラン)
- Install-ColorfulBox(カラフルボックス)
- install-CentOS7+PHP7
- Install-XAMPP(Windows+XAMPP)
- install-Docker
- Update
- Plans
- Data
- File Upload
- Design
- Theme(テーマ)
- Font-Icon
- Button(ボタン)
- Display of input error(入力エラーの表示)
- Multi Language
- Policies
- Plugin
- Basic function(基本の関数)
- Opac(蔵書管理)
- OpeningCalendar(開館カレンダー)
- Template(テンプレート)
- Cabinet(キャビネット)
- Whatsnew(新着)
- Search(サイト内検索)
- Approval(承認機能)
- Holidays(祝日管理)
- Menu(メニュー)
-
OriginalPlugin(オリジナル・プラグイン開発)
- OriginalPluginFiles(ファイル一覧)
- Sample.php
- SamplePost.php
- plugin.ini
- SamplesPlugin.php
- create_samples_table.php
- create_sample_posts_table.php
- samples_frame_edit_tab.blade.php
- card/index.blade.php
- card/template.ini
- default/bucket.blade.php
- default/edit.blade.php
- default/index.blade.php
- default/list_buckets.blade.php
- default/show.blade.php
- default/template.ini
- WYSIWYG
- Session
- Programing tips
- Rule(ルール)
- Laravel method tips
- Laravel reference pages
- PHP
- phpcs
- Datetimepicker
- Hook(処理のフック)
- SQL
- Pull-Request(Web画面上)
- Post
- Optimize
- Composer
- npm
- コントローラー側の$this--can()-の調査
- API (外部サービスAPI)
- Test Case(テストケース)
- memo(永原のメモ)
- TCPDF(実装サンプル)
- Phpunit(ユニットテスト)
-
Dusk(ブラウザテスト)
- Github-Actions-Dusk(Github Actionsでブラウザテスト)
- Dusk-Manual(マニュアル自動生成)
- Develop-Windows(Windows開発環境)
- users_columns(ユーザ任意項目)
- container-page-beta(コンテナ方式(ページ)対応(ベータ版))
- Migration
- Other
- Link
- MultiLanguage(多言語化の際の注意点)