|
6 | 6 | help="/plugin/android-emulator/help-emulatorNamed.html"> |
7 | 7 | <f:nested> |
8 | 8 | <f:entry title="${%AVD name}" field="avdName" description="${%Enter the name of an existing Android emulator configuration}"> |
9 | | - <f:textbox checkUrl="'descriptorByName/AndroidEmulator/checkAvdName?value='+escape(this.value)"/> |
| 9 | + <f:textbox checkUrl="descriptorByName/AndroidEmulator/checkAvdName" checkDependsOn=""/> |
10 | 10 | </f:entry> |
11 | 11 | </f:nested> |
12 | 12 | </f:radioBlock> |
|
18 | 18 | <f:entry title="${%Android OS version}" help="/plugin/android-emulator/help-osVersion.html"> |
19 | 19 | <f:editableComboBox id="android-emulator.osVersion" field="osVersion" |
20 | 20 | items="${descriptor.androidVersions}" |
21 | | - checkUrl="'descriptorByName/AndroidEmulator/checkOsVersion?value='+escape(this.value)" /> |
| 21 | + checkUrl="descriptorByName/AndroidEmulator/checkOsVersion" checkDependsOn="" /> |
22 | 22 | </f:entry> |
23 | 23 | <f:entry title="${%Screen density}" help="/plugin/android-emulator/help-screenDensity.html"> |
24 | | - <f:editableComboBox name="android-emulator.screenDensity" field="screenDensity" |
| 24 | + <f:editableComboBox id="android-emulator.screenDensity" field="screenDensity" |
25 | 25 | items="${descriptor.deviceDensities}" |
26 | | - checkUrl="'descriptorByName/AndroidEmulator/checkScreenDensity?value='+escape(this.value)" /> |
| 26 | + checkUrl="descriptorByName/AndroidEmulator/checkScreenDensity" checkDependsOn="" /> |
27 | 27 | </f:entry> |
28 | 28 | <f:entry title="${%Screen resolution}" help="/plugin/android-emulator/help-screenResolution.html"> |
29 | 29 | <f:editableComboBox id="android-emulator.screenResolution" field="screenResolution" |
30 | 30 | items="${descriptor.deviceResolutions}" |
31 | | - checkUrl="'descriptorByName/AndroidEmulator/checkScreenResolution?value='+ escape(this.value) |
32 | | - +'&density='+ escape(findMatchingFormInput(this,'android-emulator.screenDensity').value) |
33 | | - +'&osVersion='+ escape(document.getElementById('android-emulator.osVersion').value)" /> |
| 31 | + checkUrl="descriptorByName/AndroidEmulator/checkScreenResolution" checkDependsOn="osVersion screenDensity"/> |
34 | 32 | </f:entry> |
35 | 33 | <f:entry title="${%Device Definition}" help="/plugin/android-emulator/help-deviceDefinition.html"> |
36 | 34 | <f:textbox name="android-emulator.deviceDefinition" value="${instance.deviceDefinition}" style="width:6em" |
37 | | - checkUrl="'descriptorByName/AndroidEmulator/checkDeviceDefinition?value='+escape(this.value)" /> |
| 35 | + checkUrl="descriptorByName/AndroidEmulator/checkDeviceDefinition" checkDependsOn=""/> |
38 | 36 | </f:entry> |
39 | 37 | <f:entry title="${%Device locale}" help="/plugin/android-emulator/help-deviceLocale.html"> |
40 | 38 | <f:editableComboBox id="android-emulator.deviceLocale" field="deviceLocale" |
41 | 39 | items="${descriptor.emulatorLocales}" |
42 | | - checkUrl="'descriptorByName/AndroidEmulator/checkDeviceLocale?value='+escape(this.value)" /> |
| 40 | + checkUrl="descriptorByName/AndroidEmulator/checkDeviceLocale" checkDependsOn=""/> |
43 | 41 | </f:entry> |
44 | 42 | <f:entry title="${%SD card size}" help="/plugin/android-emulator/help-sdCard.html"> |
45 | 43 | <f:textbox name="android-emulator.sdCardSize" value="${instance.sdCardSize}" style="width:6em" |
46 | | - checkUrl="'descriptorByName/AndroidEmulator/checkSdCardSize?value='+escape(this.value)" /> |
| 44 | + checkUrl="descriptorByName/AndroidEmulator/checkSdCardSize" checkDependsOn=""/> |
47 | 45 | </f:entry> |
48 | 46 | <f:entry title="${%Target ABI}" help="/plugin/android-emulator/help-targetAbi.html"> |
49 | 47 | <f:editableComboBox id="android-emulator.targetAbi" field="targetAbi" |
50 | 48 | items="${descriptor.targetAbis}" |
51 | | - checkUrl="'descriptorByName/AndroidEmulator/checkTargetAbi?value='+escape(this.value)" /> |
| 49 | + checkUrl="descriptorByName/AndroidEmulator/checkTargetAbi" checkDependsOn="" /> |
52 | 50 | </f:entry> |
53 | 51 | <f:entry title="${%Emulator name suffix}" help="/plugin/android-emulator/help-avdNameSuffix.html"> |
54 | 52 | <f:textbox name="android-emulator.avdNameSuffix" value="${instance.avdNameSuffix}" style="width:12em" /> |
|
109 | 107 | <f:textbox /> |
110 | 108 | </f:entry> |
111 | 109 | <f:entry title="${%Emulator executable}" field="executable"> |
112 | | - <f:editableComboBox items="${descriptor.executables}" checkUrl="'descriptorByName/AndroidEmulator/checkExecutable?value='+escape(this.value)" /> |
| 110 | + <f:editableComboBox items="${descriptor.executables}" checkUrl="descriptorByName/AndroidEmulator/checkExecutable" checkDependsOn="" /> |
113 | 111 | </f:entry> |
114 | 112 | </f:advanced> |
115 | 113 | </f:section> |
|
0 commit comments