You can customize the HTML code and CSS file to provide a distinct organization-specific look and feel to AEM Forms app. For example, you can change the background color and height of tasks or Startpoints. The following example provides instructions to change:
- display instructions in place of the description
- number of display routes
- background gradient color
-
Navigate to the templates folder.
- In Xcode, navigate to the Capture > www > wsmobile > js > runtime > templatesfolder.
- In Eclipse, navigate to the assets > www > wsmobile > js > runtime > templatesfolder.
- In Visual Studio, navigate to the MWSWindows > www > wsmobile > js > runtime > templates folder.
-
<ul id="task_menu_list"> <li class="approve" title="<%= task.availableCommands.directCommands[0]%>" data-routename="<%= task.availableCommands.directCommands[0]%>"> <%= task.availableCommands.directCommands[0]%> </li> <li class="reject last" title="<%= task.availableCommands.directCommands[1]%>" data-routename="<%= task.availableCommands.directCommands[1]%>"> <%= task.availableCommands.directCommands[1]%> </li>