WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question

search results

for CSS

(...) orm type name †, ˆ System form fields ‡ User-defined form fields   It is worth noting that the appearance of the form fields and their values in History is uniform, regardless of the CSS styles defined for these elements on the form. Additionally, the top left of the History window displays Instance number and a menu with options, such as: Go back to instance, Expand all, and Coll (...)

Applies to version: 2019.1.x and above; authors: Wojciech Mleczko, Krystyna Gawryał   Introduction WEBCON BPS supports barcodes as a method of identifying documents and workflow instances. Using barcodes allows to automate the process of scanning and registering paper documents. Stickers with barcodes simplify archiving documents, and based on barcode labels it is possible to quickl

(...) stent rendering across a wide range of email clients and devices. These challenges can be formidable, especially for those without a deep understanding of how various email platforms process HTML and CSS . Compatibility with Various Email Clients: One of the most significant hurdles in email template design is the fragmentation of email clients (like Outlook, Gmail, Apple Mail, etc.). Each client i (...)

  Applies to version: 2023 R3 and above; author: Łukasz Maciaszkiewicz   Introduction With the release of the 14th cumulative update (CU14) for Microsoft Exchange Server 2019, there has been a revision in the approach to the Extended Protection feature. As a result, the feature, previously optional in earlier update packages, is now automatically enabled by default during in

(...) list and had "Single row edit" activated, you may have been confused which cell is required. In this post you will: See one solution to add a grid to item list /data tables Define CSS in a way, that it can be different for light and dark themes READ MORE: HERE

(...) ne exception, I didn't had the idea to with the "one column" option where there's a padding on the left and a right. Maybe someone else takes the time to fiddle around with the CSS . You can read up on it in this post: Revised changing left/right layout This is the revised version because the version in 2021 didn't use HTML fields as they haven't been availabl (...)

(...) of text-based groups on the form. It became simply too cluttered, despite the use of groups. Using tabs for sorting would have been the least effective solutionin this case. After experimenting with CSS , we created a style parameter that we’d like to share. We’re happy with the design, and we hope some of you might find it useful as well. The CONTROL STYLE parameters are as follows [t (...)

Applies to version: 2022 R1 and above; author: Konrad Keppert   Related documentation A detailed description of the functionalities mentioned herein and their configuration can be found on the following pages: Run a PowerShell script | WEBCON BPS Install Azure PowerShell on Windows | Microsoft Learn   Introduction Users of WEBCON BPS often face the need

(...) Even so I wasn't to sure how to implement it, my immediate answer was "Yes, that's possible". I'm quite satisfied with the result, especially because this solution only uses CSS . :)     You can read up on how to do it here.

(...) ional status panel Full width left panel no status panel Full width left panel optional status panel and the other way around for the right panel.     You can find the CSS definition in this post. If you are not yet using WEBCON BPS 2025, you may combine the constant approach with the CSS  for the 'old UI' 

(...) st of processes and form fields.   Fig. 12. Form configuration   In addition, it is possible to visually improve the design of the created form using graphical elements and CSS .   Fig. 13. Configuration of displayed information   At the bottom of the configuration screen there is a list of form fields taken from the selected process.   (...)

(...) Hi, I've run into an 'issue' using the 'Generate a Pdf file' action. https://community.webcon.com/forum/thread/770 I used 'new' HTML / CSS features which haven't been supported or even been available by the provided version of the 'Winnovative HTML to PDF Converter' engine. WEBCON BPS utilizes version 7, while the current version is 15. As far as I could find out version 7 dates back to 18 Feb (...)

(...) ion showError(columnName, hintText) { let errorLines = $("#" + columnName + " .attributeErrorsPanel li"); if (errorLines.length === 0) { $("#" + columnName + " .attributeErrorsPanel").CSS ("height", "auto") $("#" + columnName + " .validation-error-panel").addClass("has-error") $("#" + columnName + " .attributeErrorsPanel").append("" + hintText + "") } } function re (...)

Upgraded Dev environment to latest version 2022.1.1.53 but designer studio is not opening up. It is giving unknown exception error. Attached the screenshot. Here is complete error info: Type: System.Exception ------------------------------------------------------- Message: NotFound IIS 10.0 Detailed Error - 404.15 - Not Found

(...) Is there a way to sticky itemlist header during scrolling down the page? I was try CSS with "position: sticky;' but without success .

(...) t maybe it would be possible to simply show and hide the container using JavaScript. Unfortunately, I have not enough experience in this area. Do you have an idea? I tried it once statically with CSS (See Screenshot). Thank you in advance!

(...) Hi, I don't know if this is the right place, but I put in HTML element in dashboard. I want to get data from forms or reports and display them modified with CSS , JS. Is there any tips to do it? Is it possible? Regards Adam

(...) estiion about dashboards: 1. I have a custom dashboard, where I have only HTML element. In this element I'm using REST API to get report (made earlier) and thanks to that I can customize it with js, CSS . The question is, is it possible to have functionality of view the element like in report? Explaining, when I have a report and I click element I have a compact view or something of element from righ (...)

(...) 4d-b3b7-6a47f0cefd3f If you already have this font on your device, give it a try in WEBCON BPS. In my opinion, it looks really good in WEBCON BPS Portal. If you want to test it, just set global CSS style in your configuration: body {font-family: Aptos} This may not be the best CSS solution, but it worked. As always, do it on your dev / test environment first. With warm regards.

Hello Everyone, Recently, we upgraded Webcon from 2021 version to 2022 version. New version 2022.1.4.326. I have this html content in one of HTML field in Webcon: the purpose of this is to run bussinessRule. But in new version it looks like there is no uxContext function executeBusinessRule(ruleId, ruleName, uxContext, params) { let formModel; let formInfo; win