Hi, if the browser window is small enough, the actions of the item list are collapsed to a context menu. It would be great if this popup would contain information in the DOM about the about the source. For example by adding a data-key attribute to the top element with the value item list and row.
(...) list data row column.: https://community.webcon.com/forum/thread/5247 I tested the most common/likely elements and to verify which are supported by using this SQL query: select 'a tag' + ''+ 'button tag' + ''+ 'div tag' + ''+ '' + ''+ 'img tag' + ''+ 'input tag' + ''+ 'p tag' + ''+ 'span tag' + ''+ 'strong tag' + ''+ '.class'+char(123)+'display:none'+ char(125)+'' + 'nested styles tag' (...)
(...) n send for approval. The next user must select what is the row of interest, but clicking on Select Option column. The thing is that in that step, because I want the item list to be editable, the Add button is available. Is there any way to allow the user to edit the item (to select the row of interest), but not allow to enter new ones? Thank you!
(...) Hi everyone, I've got today a question from my business side if there is a possibility to change how 'Coply link to clipboard' button works. Right now it copies raw URL to the element, so after pasting it into teams it's visible as raw URL. When you copy URL from the browser search bar, it's being pasted as formatted link and it's presented as {Signature} with underscore, and it's blue - so a link. (...)
(...) Hello, I'm trying to create a more complex delete of line function. To explain this briefly, I have a list, where I can't use the normal delete button . So instead, I'm adding one using a dataRow form field, where I call the JS function like this: deteteFunction(list ordinal number); In this list there is a column called IsOld, and it's values can be OLD or NEW. * If the line I want to delete h (...)
(...) s ... if element is not saved - I can not invoke menu - action is "invisible" (do nothing) if element is saved - went by "save path" then when you pick something from dropdown list then invoke menu button and I have filled Technical itemlist. the technical item list i use if you go from start step by "run x-times sub flows" the subflow is signed to each person from tech item list row ... now I c (...)
(...) to scroll down/up between entries. End user wants to delete entries one by one with the deleting bin in the action column. But doing so the form is always scrolling down by its own to reach the Add button at the bottom (turning off the Add button is preventing the form from scrolling down, however the Add button is required for adding single manual entries) Is there a way to avoid such behavior while (...)
(...) s": #{RAW:2621}#, // JSON PAYLOAD "formLayout": { "editability": "Editable" } } ] } Is it possible to update item list using REST for current instance using a path (button ) i press? for example: we have a simple process: START -> FINISH and on this path i have configured my actions and in the end REST action. My situation is that, based on this item list, I am perfo (...)
(...) possible ways to start subworkflows from Excel file? Business case is that, I have MS Excel file with estimated 500 rows. I want to attach sheet to attachments section and start workflow by path or button on menu bar with starting workflow action. Is any way to do it without special SDK customization? Subworkflows should have data from in excel sheet. Every workflow contains one row.
(...) he instructions. I have filled in the domain, the user has the right to view AD, I have checked it by adding a new data source and the data appears there. However, after pressing the Synchronize now button , the message Task has been added to the service appears and nothing happens. No entry in the history appears either, as it is shown in the instructions. What could be the cause? Maciej
(...) Adding a confirmation dialog for the process cloning action. Occasionally, users may accidentally click the clone button , and this accidental click leads to cloning the entire process, along with the full process/action definition, etc.
(...) up with a new navigation structure with folders and elements in these folder with WEBCON BPS 2025, I have even more problems with multilingual elements. My current navigation is like: Main start button Active (folder) History (folder) Administration (folder) Adding elements to the folders was pretty easy but I have no good idea on how to sort the elements in the folder, at least if you suppo (...)
(...) I try to find option to trigger refresh button in "data table" . OK I can click arrow .. but I would like to refresh to have no data ... So I have form rule when some field value is changed (deleted) then is clearing fields but not reloading whole form ... so because data is not saved or the full form is not reloaded ... the data table stays with "old data" - i can click refresh and then will be (...)
(...) ns are really great and please don't remove the option to pass HTML as a parameter. :) Yet there's always room for improvement. Could we get additional/optional parameter for the title, yes and no button ? Depending on the context the labels "Confirmation", "Yes" and "No" may not be the best. For example this would be the default labels Title: Confirmation Text: If you progress, this will trig (...)
(...) 8.2446, "exchange_middle": 118.6004, "exchange_sell": 118.9562 } What I wanted to do was: - make the user insert all the information in the row; - after that the user has to click the button in the row that would make the API call and save the "exchange_middle" in a column (e.g. DET_Att5) Does anyone has any ideas how to implement that? Or, any ideas to do it differently? Any tips (...)
(...) raTreeList.TreeList.InternalSetFocusedRowIndex(Int32 newFocusedRowIndex) w DevExpress.XtraTreeList.Handler.TreeListHandler.TreeListControlState.ChangeSelection(RowInfo pressRowInfo, Boolean isLeftbutton ) w DevExpress.XtraTreeList.Handler.TreeListHandler.NodePressedState.Init() w DevExpress.XtraTreeList.Handler.TreeListHandler.SetControlState(TreeListState state) w DevExpress.XtraTreeList (...)
(...) Hi, I have a problem and a question I have a form on which I have an attribute as an html button that directs me to a resource on sharepoint on which it loads some file. I need that after loading this file on sharepoint, a link directly to this file is saved in webcon in another attribute, e.g. the name of the attribute "link" Is there a chance for such a solution? Thanks in advance
(...) raTreeList.Handler.TreeListHandler.OnMouseDown(MouseEventArgs e) at DevExpress.XtraTreeList.TreeList.OnMouseDown(MouseEventArgs e) at System.Windows.Forms.Control.WmMouseDown(Message& m, Mousebutton s button , Int32 clicks) at System.Windows.Forms.Control.WndProc(Message& m) at DevExpress.XtraEditors.Container.EditorContainer.WndProc(Message& m) at DevExpress.XtraTreeList.TreeList.WndP (...)
(...) Hello everyone, I’m still learning how to use JavaScript effectively with WEBCON BPS. Currently, I’m working on a project that involves an HTML button /JavaScript triggering a file download at the end: JAVASCRIPT: // Save the PDF and offer it for download const pollerPdfBytes = await pollerPdf.save(); const blob = new Blob([pollerPdfBytes], { type: 'application/pdf' }); (...)
(...) nd stop when not visible. It should be visible through few steps. When not visible, it will reset. When visible again, it will start again. Alternatively, • JavaScript, HTML, CSS stopwatch with button s (Start, Reset are enough). Are these requirements feasible to be done in WEBCON? I know, in WEBCON: • There are an HTML form fields, even supporting some JavaScript functions. • There are a (...)