Skip to content

Commit a327cf2

Browse files
Merge pull request #1009 from doninAtwix/1007-add-placeholder-to-dialog-window-ui-component-form
1007: Added placeholder to UI Component Form dialog window
2 parents 65c51d0 + 6a5f5d9 commit a327cf2

File tree

1 file changed

+20
-4
lines changed

1 file changed

+20
-4
lines changed

src/com/magento/idea/magento2plugin/actions/generation/dialog/NewUiComponentFormDialog.form

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
<grid row="1" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
176176
</constraints>
177177
<properties>
178-
<text value="Controller Name"/>
178+
<text value="Action Path"/>
179179
</properties>
180180
</component>
181181
<component id="bb0f3" class="javax.swing.JTextField" binding="submitControllerName">
@@ -184,7 +184,12 @@
184184
<preferred-size width="150" height="-1"/>
185185
</grid>
186186
</constraints>
187-
<properties/>
187+
<properties>
188+
<toolTipText value="Can consist of few directories, for an ex.: Product/Custom"/>
189+
</properties>
190+
<clientProperties>
191+
<promptText class="java.lang.String" value="Folder name for Action"/>
192+
</clientProperties>
188193
</component>
189194
<component id="27a44" class="javax.swing.JLabel" binding="submitActionNameLabel">
190195
<constraints>
@@ -203,6 +208,9 @@
203208
<properties>
204209
<text value="Save"/>
205210
</properties>
211+
<clientProperties>
212+
<promptText class="java.lang.String" value="Class name for Action"/>
213+
</clientProperties>
206214
</component>
207215
<component id="5065a" class="javax.swing.JLabel" binding="saveControllerLabel">
208216
<constraints>
@@ -246,7 +254,7 @@
246254
<grid row="1" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
247255
</constraints>
248256
<properties>
249-
<text value="Controller Name"/>
257+
<text value="Action Path"/>
250258
</properties>
251259
</component>
252260
<component id="f609b" class="javax.swing.JTextField" binding="viewControllerName">
@@ -255,7 +263,12 @@
255263
<preferred-size width="150" height="-1"/>
256264
</grid>
257265
</constraints>
258-
<properties/>
266+
<properties>
267+
<toolTipText value="Can consist of few directories, for an ex.: Product/Custom"/>
268+
</properties>
269+
<clientProperties>
270+
<promptText class="java.lang.String" value="Folder name for Action"/>
271+
</clientProperties>
259272
</component>
260273
<component id="6a2bd" class="javax.swing.JLabel" binding="viewControllerLabel">
261274
<constraints>
@@ -275,6 +288,9 @@
275288
<properties>
276289
<text value="Edit"/>
277290
</properties>
291+
<clientProperties>
292+
<promptText class="java.lang.String" value="Class name for Action"/>
293+
</clientProperties>
278294
</component>
279295
<component id="e2e73" class="javax.swing.JLabel" binding="actionNameLabel">
280296
<constraints>

0 commit comments

Comments
 (0)