Questions tagged [brazos]

A process centric UI framework used to provide rich user experience to process based applications. Works with BPM platforms from IBM, Alfresco, jBoss, Bonitasoft and Camunda.

9 questions
1
vote
1 answer

IBM BPM DatetimePicker

in BP3 Brazos toolkit, when I use 'date time picker' to input date and time, what type of variable should be bound? I tried the binding date and datetimepickerselection type. both did not work, throwing an error.
Bibhu
  • 11
  • 3
1
vote
2 answers

BrazosUI No mapping found for HTTP request with URI [/brazos-open/service/brazos/version] in DispatcherServlet with name 'dispatcher'

I'm trying to install the vanilla BrazosUI developer edition 5.1.0 sample web app by following the official instructions and building the .war package with maven. When I deploy the web app on tomcat and try to open the version uri-…
1
vote
2 answers

How can we hide a particular column in table dynamically based on the value of check box in IBM BPM coach?

In Coach how to hide the column in a brazos tabel control based on check box value check. when ever check box click in that time i need to show particular column in a tabel, other wise it should be hide. we are using IBM BPM 8.5.0 Brazos Toolkit
kranti
  • 15
  • 5
1
vote
1 answer

How to allow numbers, backspace, delete, left and right arrow keys in the text control of IBM BPM or Input string of Brazos

Hi I want restrict to unwanted characters like not able to allow characters and special characters only allow to numbers and left,back,backspace and delete. for that requirement i need to pass below code in input field onkeypress="return…
VK Chikkadamalla
  • 229
  • 9
  • 24
1
vote
1 answer

I would like to better understand data scoping in Brazos UI

I would like to get an understanding of the data binding mechanism. It appears that within brazos there are 3 kinds of "binder" (for lack of a better term) - data, entity, and modalData. Would like to know how these hook up to data in the backend -…
mukluk
  • 13
  • 2
1
vote
1 answer

Using bindings with BrazosUI buttons

I'm used to using boolean bindings with IBM buttons to track if a button is clicked. The button in Brazos UI can be bound to any variable type but doesn't make automatic updates to booleans. How do I use bindings with Brazos UI buttons to track…
stevens
  • 13
  • 2
1
vote
1 answer

"Editable" Data Table vs Table

Can someone help me to decide when i should use The Table component over the Data Table with "Editable" option selected?. I know the logic approach could be to consider the amount of information the table will present in the coach and Choose Data…
Fred
  • 13
  • 2
1
vote
1 answer

How can I add an icon inside a brazos datatable

I want to display an icon instead of a string or boolean inside a data table? Use case is as follows: the user wants to see an icon (e.g. a check or an x) depending on a value inside a business object. Anyone have any ideas?
Greg Harley
  • 3,230
  • 1
  • 11
  • 14
1
vote
1 answer

Updating the value of a Brazos Input Text control client side

We have a CSHS with a Data Table and Global Filter exposed. After entering a value in the filter and limiting the table, they want to be able to click a button that opens a modal and have it available in an input text in the modal and, by doing so,…
OscarRyz
  • 196,001
  • 113
  • 385
  • 569