Hi Experts,
How can i create dialog box in Forms Builder?
Regards,
Elchin
If there are Accepted Answers, those will be shown by default. You can switch to 'All Replies' by selecting the tab below.
Hi Elchin,
Yes that is possible, not OOTB though, you need the Echo xCelerator (http://community.emc.com/docs/DOC-8876) and a rule like:
The OK button would be an invoke button bound to a the Echo action, which would take false as an input parameter and bind it to the show_subject_warning in the output parameter.
Hope it helps.
Thanks
--Tord
You cannot create dialogs within FormsBuilder itself.
Depending on what you are doing you might be able to create or invoke a dialog box from within TaskSpace.
What is it that you are trying to do? If you explain the requirement it is easier to suggest alternative approaches.
Hope it helps
Hi Tord,
Thanks for reply
I have created a task form in Task Space .
There is a text field.I want the task form to display a warning when the user submits the form with the subject field empty.
Since you only want to display a warning you cannot use validators. Instead I would suggest the following approach.
What do you think?
Hi Tord,Thanks for suggestionI wanted to do it But this warning label may be seem to end users that the field is required In that form default Forward and Reject buttons is hidden.I add radio button group to form (true-forward,false-reject)When end user check 'Forward' then the employees list box and Forward button is visible and end user must select the performer from listbox whom he wants to forward.Reject is same too.I create a horizontal box and design it as dialog box (diaog box.jpg) When end user check Forward <horizontal box> is visible.Now i want to add button to horizontal box for hidding it again that end user click <Ok> button return to form and submit it.
How can i do it? it is possible?
Thanks for suggestion
It is helpful for me to solve this problem