<%@ include file="/portal/include/include_java.jsp" %> <%@ page import="com.appiancorp.suiteapi.process.forms.FormConfig" %> <%@page import="com.appiancorp.suite.cfg.FeatureToggleConfiguration"%> <%@page import="com.appiancorp.suite.cfg.MobileConfiguration"%> <%@page import="com.appiancorp.expr.server.scriptingfunctions.AppianVersionUtilExpressions"%> <%@page import="com.appiancorp.suite.SuiteConfigurationProvider"%> <%pageContext.setAttribute("isLocationCaptureAllowed", ConfigurationFactory.getConfiguration(MobileConfiguration.class).isMobileLocationCaptureAllowed());%> <% SuiteConfigurationProvider suiteCfgProvider = ApplicationContextHolder.getBean(SuiteConfigurationProvider.class); String url = AppianVersionUtilExpressions.getDocumentationLink_appian_internal(suiteCfgProvider, "links.docs.docExtraction"); out.print(url); %>

<%-- Render language tabs --%> formTab___
<%-- Start language tab content --%>
.useExistingForm" type="checkbox" onclick="forms_tab.toggleExistingForm(this.checked)"/>

_FormTaskDisplayOptions" class="subSection" style="clear:both;">

_displayTaskToolbar' type="checkbox" onclick="ap.beans.FormConfig.updateTaskDisplayOptions(forms_tab.getFormConfig(), ap.beans.FormConfig.TASK_TOOLBAR_MASK, this.checked)"/>
_displayTaskHeader' type="checkbox" onclick="ap.beans.FormConfig.updateTaskDisplayOptions(forms_tab.getFormConfig(), ap.beans.FormConfig.TASK_HEADER_MASK, this.checked)"/>
_displayTaskAttachments' type="checkbox" onclick="ap.beans.FormConfig.updateTaskDisplayOptions(forms_tab.getFormConfig(), ap.beans.FormConfig.TASK_ATTACHMENTS_MASK, this.checked)"/>
_allowInlineApproval' type="checkbox" onclick="ap.beans.FormConfig.updateTaskDisplayOptions(forms_tab.getFormConfig(), ap.beans.FormConfig.TASK_ALLOW_INLINE_APPROVAL, this.checked)"/>
<%-- End language tab content --%>