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

search results

for javascript

(...) away. Also, provide alternative text for images so that the message context is not lost if images do not display. Be cautious with background images as support for them is not universal. 7. Avoid javascript : Most email clients do not support javascript due to security reasons, so relying on any scripts to modify your email dynamically will likely not work as intended. 8. Character Encoding: Always sp (...)

(...) 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(attr); </script> Don't forget to se (...)

(...) ch Internet Applications) is a set of attributes and techniques to improve accessibility and user interaction with dynamic content, such as web applications. ARIA extends the capabilities of HTML and javascript by adding new attributes that more accurately describe user interface elements, their roles, properties and states for people using assistive technologies. The objective here was to enhance the Po (...)

External content by Daniel Krüger; July 06, 2024 ;  The original post has appeared on daniels-notes.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

(...) External content by Daniel Krüger; September 01, 2024 ;  The original post has appeared on daniels-notes.de   While the original post with the javascript function to display "All attachments" on page load is almost three years, this was only now updated to optionally collapse the the attachments. Thanks for the request. :) The linked blog post also contains a small documen (...)

(...) range. You can then increase/decrease the value by using the arrow up/down keys. This can be achieved by the following steps: Create a global Form rule, switch the Edit mode to "javascript mode" and add the following javascript window.nxWebcon = window.nxWebcon || {}; nxWebcon.integerRange = nxWebcon.integerRange || {}; nxWebcon.integerRange.initialize = function(form (...)

(...) to trigger an action after uploading or modifying a document? I’m not sure about you, but we recently faced this exact challenge. After some quick research, we came up with a relatively simple javascript function that triggers 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 (...)

(...) External content by Karol Częczek; October 21, 2024;  If you need to manage and change the order of items added to the list, you can achieve this by adding your editable ID column and javascript code. A short video shows the end result of the modifications added to the list.   To begin with, we add 2 columns: ID and T_ID, of type Floating-point number to the list, set them as defau (...)

(...) cuments 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 selection of ind (...)

(...) : User – the form field displays a control that allows the user to log in to the configured authentication provider and, after the user has logged in, displays the corresponding status. javascript – in javascript mode, the control for the form field is not displayed. Instead, all Form rules (and javascript ) work, including the GetToke rule, which allows you to programmatically retrieve t (...)

Applies to version 2024 R2 and above; authors: Konrad Wojtycza, Michał Misiarczyk   Related documentation A detailed description of the functionalities listed in this article and their configuration can be found in the following WEBCON BPS Help sections: My Tasks | WEBCON BPS Reports | WEBCON BPS   Feature description In order to facilitate the management of

(...) alid for the step in which the instance is located.     Workflow phases and Workflow actors are also available in the Objects tab for both types of rules, including Form rules in javascript mode.     Summary In addition to the obvious functions of organizing and presenting data, workflow phases and actors can be critical to the effective management, control, and (...)

(...) 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.

(...) It would be great, to have some kind of IDE in the Designer Studio while editing SQL or javascript code. Therefore it would already help if there were line numbers and code highlighting e.g. for opening and closing brackets. Sometime it is difficult to manage your own code when it reaches a certain number of lines. For example, if you have a javascript code and only one semicolon or closing bracket is (...)

Hi community! We are currently facing a new requirement, where it should be possible to change the browser language with a series of buttons in the form (approximately 20 different languages). Every click on a language button should change UI labelling on current form to selected button language. e.g. [German] [English] [French] ...

(...) wrong with this since you can still get some useful information. Nevertheless, I prefer searching this site using a major search engine. Since I don't like to do repetitive tasks I put together some javascript which speeds this up and can be executed on any (public) site by clicking on a bookmark. Unfortunately gifs aren't allowed so I attached a screenshot: 1: Search results from the community 2: Executi (...)

(...) Hi everyone, this is just a simple javascript which changes the assigned space of the left and right panel from 50% for each to 75% for the right and 25% for the left. The javascript can be copy&pasted into a JS Form Rule (1) which gets added to Behavior tab (2) so it get's executed. window.ccls = window.ccls || {}; ccls.changePanelWidth = {}; ccls.changePanelWidth.execute = function (timeoutC (...)

(...) on right from the appartment form. At the moment to do this I first need to click "edit", then a menu button with the relevant action appears which I can click and all works as planned. I also made a javascript button which invokes the action from the button, but it works only when the menu button is visible. Is there a way to do this "just like that"? I have all the admin rights. But I want to let standard (...)

(...) parameters. It works. But there are limitations that make the solution inelegant. First of all the form rule can not return a value (in opposition to business rules, but those however can not contain javascript ), which requires to use an outside technical variable to hold the output of the rule. Again... it works, but could be more elegant.

(...) Hi everyone, I have an item list with grouping on one column. I'd like to have this column group collapsed by default. How would I do that? javascript ? Please consider I'm no js expert so any piece of code or a completely different approach would be much appreciated. Thanks, Martin

Privacy overview

This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognizing you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.


To see a full list of the cookies we use and learn more about their purposes, visit our Privacy Policy.