Hi kmsravindra ,
Thank you for interesting in my product! Please find my answers below:
1. Wanted to know if this will work on iOS platforms as well and there will not be any issues while exporting and packaging with Cordova iOS platform?
[Ans]: Not sure. I haven't tried this product on iOS before because I'll need to buy an iPhone first (maybe I'll do it in 2015/May).
2. Can I have buttons, multiple texts / text fonts , multiple images etc., inside this dialogue box? Do I need to create such sprites and buttons, text etc., on top of the dialogue layer?
[Ans]: Yes, you'll need to create extra components by yourself. By default, this dialog module contains 1 icon, 2 text( title & content), 3 buttons( OK & Cancel & Close). If you want to put some extra components, you can create them by <create object> action on "dialog" layer. Every tween effects will apply to this layer. You can find some technical info in below links:
https://dl.dropboxusercontent.com/u/209 ... nstall.pdf
https://dl.dropboxusercontent.com/u/209 ... ledges.pdf
3. Can I replace the text on ok and cancel buttons to something that I want? And place them wherever I want?
[Ans]: Yes. You can replace "txt_ok" and "txt_cancel" parameter when calling "create_dialog" function. You can try the following demo and replace the <text for ok> and <text for cancel > fields.
http://www.memoryabc.com/c2_example/dialogTemplate/
4. Can I add more buttons?
[Ans] Yes, you can put your custom buttons on "dialog" layer. And you can call "btn_close" function to close your dialog with tween effect.