Sha256: 6bf116f53188c463846823aa6463a69797ceb34bc980353e00e18881e228912c
Contents?: true
Size: 1.15 KB
Versions: 22
Compression:
Stored size: 1.15 KB
Contents
# -*- coding: utf-8 -*- ::NAME_INFO = { 'トップページ' => { path: '/', }, 'デモページ' => { path: '/demo/', }, 'ブロック' => { path: '/', }, 'エディタ' => { path: '/', }, 'ブロックタブ' => { id: 'block-tab', selector: '#block-tab', }, 'Rubyタブ' => { id: 'ruby-tab', selector: '#ruby-tab', }, 'テキストエディタ' => { id: 'text-editor', selector: '#text-editor', }, 'プログラム名の入力欄' => { id: 'filename', selector: '#filename', }, 'ダウンロードボタン' => { id: 'download-button', selector: '#download-button', }, '実行ボタン' => { id: 'run-button', selector: '#run-button', }, 'ロードボタン' => { id: 'load-button', selector: '#load-button', }, 'セーブボタン' => { id: 'save-button', selector: '#save-button', }, 'チェックボタン' => { id: 'check-button', selector: '#check-button', }, 'リセットボタン' => { id: 'reset-button', selector: '#reset-button', }, 'メッセージ' => { id: 'messages', selector: '#messages', }, }
Version data entries
22 entries across 22 versions & 1 rubygems