Questions tagged [domino-ui]

8 questions
3
votes
1 answer

is there any way using gwt canvas in domino-ui other than HTMLCanvasElement

I have a big project using other UI which has a big portion of it using the GWT canvas and if I am thinking to use the domino-ui I prefer to keep the GWT canvas code.
Ahmad Bawaneh
  • 1,014
  • 8
  • 23
1
vote
1 answer

FullCalendar in GWT : How to refresh calendar while keeping events

I'm working on a GWT application using Domino/UI, Nalukit and the Javascript plugin FullCalendar v6. I made a custom popup to modify and delete an event but when I validate the form, my calendar refreshes and all the event in my week view…
1
vote
1 answer

Is there a way to create a chatbox with domino-ui components that is fixed one in right corner?

i'm trying to create a chatbox with domino-ui components, a fixed one in right corner of screen like the chat you can open in the showcase of demo app. Does anyone know a simple way to do that? I'm searching a sort of advice on components to use.
Ahmad Bawaneh
  • 1,014
  • 8
  • 23
0
votes
1 answer

How to create infinite SpinSelect using domino-ui

When creating a domino-ui horizontal spin select like the following HSpinSelectspRepeat = HSpinSelect.create(); Is there a way to make it infinite? so the user can keep clicking on next and get a new long value every time without a limit.
user438431
  • 335
  • 4
  • 15
0
votes
1 answer

Conditional datatable row color using domino-ui

Can we change the background color of a domino-ui datatable row based on some expression or a condition? for example make the row background red if DueDate < Today.
Ahmad Bawaneh
  • 1,014
  • 8
  • 23
0
votes
2 answers

Using domino-ui datatable search action with remote data store

what is the proper way to connect the SearchTableAction header with a server-side search? (Right now the example uses the LocalListDataStore and filters it client-side via a SearchFilter, Regular GWT would use CellTables and AsyncDataProvider) The…
Ahmad Bawaneh
  • 1,014
  • 8
  • 23