| wijmo.fileexplorer.wijfileexplorer 名前空間 > options タイプ : allowFileExtensionRename オプション |
デフォルト値: false
ファイル名を変更するときにファイル拡張子の変更を許可するかどうかを決定する値。
| Javascript (Usage) | |
|---|---|
$(function () { //値を取得する var returnsValue; //タイプ: boolean returnsValue = $(".selector").wijfileexplorer("option", "allowFileExtensionRename"); //値を設定します var newValue; //タイプ: boolean $(".selector").wijfileexplorer("option", "allowFileExtensionRename", newValue); }); | |
| Javascript (Specification) | |
|---|---|
var allowFileExtensionRename : boolean; | |