jam-it-nl / MendixBootstrapInputAddons

Mendix widget for Bootstrap Input Add-ons
Apache License 2.0
1 stars 8 forks source link

Passing enclosing dataviews context object to Bootstrap input text box #4

Closed harishmegharaj closed 6 years ago

harishmegharaj commented 6 years ago

How to pass enclosing dataviews context object to this input text box. I have a microflow which accepts a input parameter and i want to call that microflow by configuring it in the "onChangeEvent" of this "bootstrapInputAddon". This input parameter which i want to pass is of the "dataview" where i have embedded the "MendixBootstrapInputAddon".

can you please help in, configuring this input box to pass the parameter

martijnraats commented 6 years ago

What you are describing is possible with this widget. I think it's best you put your question on the Mendix forum.

harishmegharaj commented 6 years ago

Thanks, will communicate same in Mendix forum.

Regards, Harish

On 05-Feb-2018 3:15 pm, "Martijn Raats" notifications@github.com wrote:

What you are describing is possible with this widget. I think it's best you put your question on the Mendix forum.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/JAM-IT-NL/MendixBootstrapInputAddons/issues/4#issuecomment-363031863, or mute the thread https://github.com/notifications/unsubscribe-auth/AGmE4Z3mRIWK92BJCXR25sY8L48RvpT6ks5tRs2ogaJpZM4R5JWV .

harishmegharaj commented 6 years ago

In our case or normal mendix input text box accepts "multi level data view" (one data view inside another). But in this bootstrap input text box it accepts "data view at only one level", if we have 2 levels it throws an error as stated earlier. To resolve this problem, we created a new microflow which merged 2 dataview into a single one. It would be helpful if you create a multi level data view structure instead of current one, so that it is helpful for others which will avoid creation of new microflow.

martijnraats commented 6 years ago

Unfortunately what you ask is not possible incustom widget developing. I asked this before in this thread: https://forum.mendixcloud.com/link/questions/88544