Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vue.js support & Dialogs vertical position #6

Closed
iang0ld opened this issue Aug 23, 2017 · 8 comments
Closed

Vue.js support & Dialogs vertical position #6

iang0ld opened this issue Aug 23, 2017 · 8 comments
Labels
area-vue Includes: Vue queries, bugs and features dialog Dialog control new framework

Comments

@iang0ld
Copy link

iang0ld commented Aug 23, 2017

I have noticed that not specifying a width results in the width being set to the width of the contain which is great.

However the vertical positoin apprears to be set to something fixed. can I suggest that the default (i.e. no height provided results in the dialog being centered vertically. FYI an option to make it full height of the container would also be useful.

@soundarapandianr
Copy link

@iang0ld, Thanks for your interest in Essential JS 2. In Dialog, we have defined width as 100% by default, so it occupies full width to its container. But we have defined height as ‘auto’ by default, so it will render based on content’ height. We need to set height as 100% to achieve your requirement “Dialog height should occupy full container height”.

Sample link:
http://plnkr.co/edit/YuKxCGa7by263NYcLoUD?p=preview

Thanks
Soundara Pandian R

@iang0ld
Copy link
Author

iang0ld commented Aug 23, 2017 via email

@soundarapandianr
Copy link

@iang0ld, already we have the plan in our Roadmap to provide support for Vue.js framework, and it will be available in the second quarter of next year.

And for the vertical alignment of Dialog, you can use the position property which will position the Dialog inside the target container based on 9 predefined positions.

Please refer the sample: http://plnkr.co/edit/zWZzqR5KltUb8eEb8bhx?p=preview

For more details about Dialog positioning, please refer the below documentation link:
http://ej2.syncfusion.com/documentation/dialog/getting-started.html#positioning

Thanks
Soundara Pandian R

@bharathm03 bharathm03 changed the title Dialogs vertical position Vue.js support & Dialogs vertical position Feb 26, 2018
@ajithr
Copy link
Contributor

ajithr commented Jul 5, 2018

Hi @iang0ld ,

We are glad to let you know that, now the Essential JS 2 have the Vue.js framework support and it is available from 16.2.0.41 version of Essential Studio.

Please find the below links for further details.
Product page: https://www.syncfusion.com/products/vue/
Demos: https://ej2.syncfusion.com/home/vue.html
Documentation: https://ej2.syncfusion.com/vue/documentation/

Regards,
Ajith R

@iang0ld
Copy link
Author

iang0ld commented Jul 5, 2018 via email

@iang0ld
Copy link
Author

iang0ld commented Jul 5, 2018 via email

@bharathm03
Copy link
Contributor

@iang0ld I have created a new issue for tracking Filter builder request #28. Our team will update you the response for it there. So, I'm closing this issue.

@iang0ld
Copy link
Author

iang0ld commented Jul 10, 2018 via email

@ajithr ajithr added area-vue Includes: Vue queries, bugs and features dialog Dialog control labels Feb 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-vue Includes: Vue queries, bugs and features dialog Dialog control new framework
Projects
None yet
Development

No branches or pull requests

4 participants