Skip to content
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 @@ -407,15 +407,15 @@
<grid row="5" 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="Action"/>
<text value="Action Name"/>
</properties>
</component>
<component id="2ec13" class="javax.swing.JLabel" binding="controllerLabel">
<constraints>
<grid row="3" 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"/>
<text value="Action Path"/>
</properties>
</component>
<component id="ddde2" class="javax.swing.JTextField" binding="route">
Expand All @@ -424,15 +424,25 @@
<preferred-size width="150" height="-1"/>
</grid>
</constraints>
<properties/>
<properties>
<toolTipText value="The unique name of your router"/>
</properties>
<clientProperties>
<promptText class="java.lang.String" value="entity_name"/>
</clientProperties>
</component>
<component id="2b2ed" class="javax.swing.JTextField" binding="controllerName">
<constraints>
<grid row="3" column="1" row-span="1" col-span="1" vsize-policy="0" hsize-policy="6" anchor="8" fill="1" indent="0" use-parent-layout="false">
<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="d08e6" class="javax.swing.JTextField" binding="actionName">
<constraints>
Expand All @@ -441,6 +451,9 @@
</grid>
</constraints>
<properties/>
<clientProperties>
<promptText class="java.lang.String" value="Class name for Action"/>
</clientProperties>
</component>
<component id="e7551" class="javax.swing.JLabel" binding="controllerGeneralLabel">
<constraints>
Expand Down