(...) dot size? The printer ZDesigner GC420d (EPL) used here has resolution 203 dpi, so 8 dots are equal to 1 mm (40 mils). Full EPL language specification is available at https://www.zebra.com/us/en.html
(...) the embedded WEBCON BPS Portal and by invoking the REST API. Since most communication is facilitated by the Portal, the WebView service embedded in the mobile application needs access to the same html websites and REST API services that are available in Portal displayed in an internet browser. Additionally, the mobile application utilizes the REST API interface to deliver the following functionali (...)
(...) ee profile in WEBCON, I suggest you create one. There, you can store relevant information about employees, as well as their XP or badges that they can later boast about. In their profile, we added an html field where, using a few business rules, we easily displayed in a somewhat non-standard WEBCON manner, some interesting details about the employee. This would have been substantially m (...)
(...) a validation rule, which basically did the trick. However, from a user experience perspective, it would be great if the open file dialogue would only show pdf's: How is it done: Add a html -Field to the form Add the following JavaScript: <script> var attr = document.createAttribute('accept'); attr.value=".pdf"; document.getElementById("fileupload-add").setAttributeNode(at (...)
(...) ementioned elements will be displayed in pink, providing more contrast than red. Fig. 18. Example of a message in the WEBCON Contrast Black Yellow theme ARIA and semantic html – using voice readers in Portal ARIA (Accessible Rich Internet Applications) is a set of attributes and techniques to improve accessibility and user interaction with dynamic content, such as (...)
(...) erent language: Full individuality is achieved when you create the link yourself, giving you access to all the possibilities of html . This allows you to create custom buttons, among other things. Example of a customized "Go to Element" link: BTW: The link for "Go to Application" ends behind the "Applic (...)
(...) .de WEBCON BPS 2024 introduced different kind of form templates: While this is great for WEBCON BPS 2024 users. You can already achieve something similar with a little html field in previous version. You could even make it dynamic. If one tab needs a lot of space you could hide the right area, if this tab is activated. There's one exception, I didn& (...)
(...) Generating templates based on instance form The template generation functionality allows the Business administrator to export the contents of the Portal and save them locally as either a Word or html file. You can do this by selecting one of the three options in the Admin actions button drop-down list. Using the Word template printout option, administrators can easily g (...)
(...) External content by Markus Jenni; October 1, 2024; html 5 introduced the min/max attributes, which allows us to set a range of allowed values. In addition to these. There is also a step attribute to only allow certain steps in between the range. You can then increase/decrease the value by using the arrow up/down keys. This can be achieved by the following steps: (...)
(...) ers a 'Save' button click when an attachment is added or modified. Of course, the function can be adjusted according to specific needs. The JavaScript function needs to be inserted into an html field for it to work. Below is the function itself: <script> // Salvează funcția fetch originală într-o variabilă separată if (!window.originalFetch) { window.originalFetch = wind (...)
(...) naging documents where multiple signatories need to sign on different pages or in specific positions, and didn’t know how to handle it? We’ve developed an intuitive interface using html and JavaScript within WEBCON that allows each signatory to select the exact position of their signature on each document. This innovative functionality uses an html field in WEBCON, enabling the s (...)
An issue has been discovered that prevents WEBCON BPS upgrades to version 2025.1.1.87 if the names of content/attachment databases contain special characters outside the Latin alphabet, e.g. ö, ä. If the administrator is aware of the presence of such characters in the databases, it is recommended that the version upgrade be delayed. If there is no clear information about the presence
(...) to apply additional button styles. Adding the possibiltiy to define additional class attributes on the path properties would make the styling easier. The custom styles could be defined in the new html -field (for every process we would have to define it again) or much better, let it define in the themes editor! Update 06.04.2021 Apparently is now in back-log https://community.webcon.com/forum/thre (...)
(...) Hi, just a simple, easy request - can you please add a usefull code editor to SQL rules, JavaScript rules and html fields details ? Sure, one can copy paste the code from external editors, but it takes time, having an embedded editor would be a great feature.
(...) lans for the portal, but you should definitely consider adding some more functions, like: - user defined left menu - pages, not just dashboards - option to turn off the default dashboard - dashboard html element should have some kind of html editor, not just a narrow window for code pasting. It's hard to make any changes without copy/paste to external editor - dashboard text element is too narrow, it (...)
(...) ful feature will be gantt chart on the form and as web part as well. So is there any plans to implement Gantt charts in next Webcon BPS versions? Or maybe there is posibility to prepare Gant Chart in html attribute? I mean off course Gantt charts in Modern Webcon BPS, because we wouldlike avoid to built new app on classic SharePoint, where gantt charts are available.
(...) Hey communiy, I have a question to you. Are there any possibilities to "access" the CSS. For example I want to hide the start-placeholder icons on all dashboards, but I don't want to place an html element on each dashboard with the same css declaration. I hope my question is clear for you. Greets Georg
(...) Hello again, Is there a possibility to add an html Button to a dashboard, which leads to another dashboard? I Implemented an simple button, but when I add an href with the URL from dev system and import this version on prod, it doesn't work anymore, because the URL doesn't match anymore. Greets Georg
(...) available via javascript. I'm wondering, because there is this form from the offical 2021 release paper (see below) with the nicely presented workflow steps on top of it. And I believe that this a html -Field with some javascript. Does anybody know how to get to this data?
(...) ation window. This would result in a more consistent user experience. Of course it would be nice to set title, body and button texts but I would be fine with setting the body at least. :) b) Allowing html for the body. Currently adding line breaks is cluttering the form rule because we need to use a constants with >\r\n< as a value since the \ is escaped in the text. There's an option to use bold/it (...)