Skip to content

1007: Added placeholder to UI Component Form dialog window #1009

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
<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"/>
</constraints>
<properties>
<text value="Controller Name"/>
<text value="Action Path"/>
</properties>
</component>
<component id="bb0f3" class="javax.swing.JTextField" binding="submitControllerName">
Expand All @@ -184,7 +184,12 @@
<preferred-size width="150" height="-1"/>
</grid>
</constraints>
<properties/>
<properties>
<toolTipText value="Can consist of few directories, for an ex.: Product/Custom"/>
</properties>
<clientProperties>
<promptText class="java.lang.String" value="Folder name for Action"/>
</clientProperties>
</component>
<component id="27a44" class="javax.swing.JLabel" binding="submitActionNameLabel">
<constraints>
Expand All @@ -203,6 +208,9 @@
<properties>
<text value="Save"/>
</properties>
<clientProperties>
<promptText class="java.lang.String" value="Class name for Action"/>
</clientProperties>
</component>
<component id="5065a" class="javax.swing.JLabel" binding="saveControllerLabel">
<constraints>
Expand Down Expand Up @@ -246,7 +254,7 @@
<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"/>
</constraints>
<properties>
<text value="Controller Name"/>
<text value="Action Path"/>
</properties>
</component>
<component id="f609b" class="javax.swing.JTextField" binding="viewControllerName">
Expand All @@ -255,7 +263,12 @@
<preferred-size width="150" height="-1"/>
</grid>
</constraints>
<properties/>
<properties>
<toolTipText value="Can consist of few directories, for an ex.: Product/Custom"/>
</properties>
<clientProperties>
<promptText class="java.lang.String" value="Folder name for Action"/>
</clientProperties>
</component>
<component id="6a2bd" class="javax.swing.JLabel" binding="viewControllerLabel">
<constraints>
Expand All @@ -275,6 +288,9 @@
<properties>
<text value="Edit"/>
</properties>
<clientProperties>
<promptText class="java.lang.String" value="Class name for Action"/>
</clientProperties>
</component>
<component id="e2e73" class="javax.swing.JLabel" binding="actionNameLabel">
<constraints>
Expand Down