Eduardo Thomas Koller

Results 13 comments of Eduardo Thomas Koller

Hi @KrishnaveniPonnusamy , Unfortunely I don't have time to add this to the plugin right now, sorry. I'll add this to a to-do list.

Hi, Can you check the console for any js error when you run the conversation? Also, try defining the callback function `getInfo` outside jquery's scope and using jQuery instead of...

Hmm, I think this is happening because at the moment the user answers the last question on your HTML the code checks to see if there is another question lined...

Hmmm that won't work at the moment. For this to work, you would need to call a function to render the chart after the message is printed, and there is...

Hi there. In this case, you have to use callback functions instead of the API example. It works the same way, but with only the questions you use the callback....

I think that what @louisloio said is to add an image tag inside the conv-question attribute, but replace all the double quotation marks with single quotation marks (" to ')....

Hi there @turbocpt , To give you more clarity on this: view the plugin (and the conversation) as a state machine. Every state expects some input and tells which is...

Another way of doing this is passing the logic to the templating engine. If your "conversation" is kinda fixed (based on a json file that shouldn't change while the user...

Hello @fas3r , it is possible, but I don't think its needed since the user can filter it. Can you tell me why you want this?

Hmm I get it. I unfortunely don't have time to do this right now, will add to a to-do list. Thanks.