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

How can I set Size of node from helper. #268

Open
PankajJatav opened this issue Sep 21, 2015 · 0 comments
Open

How can I set Size of node from helper. #268

PankajJatav opened this issue Sep 21, 2015 · 0 comments

Comments

@PankajJatav
Copy link
Contributor

Hello Again,
I am did some like this.

selection_033

And i also try using _onRender

_onRender="renderFunc"

renderFunc: function() {
var size = FView.current().node.size;
size.setMode(Node.ABSOLUTE_SIZE, Node.ABSOLUTE_SIZE, Node.ABSOLUTE_SIZE);
size.setAbsolute(974,800,10);
return 'FVIEW_SKIP';
},

@PankajJatav PankajJatav changed the title How can i set Size from helper. How can I set Size of node from helper. Sep 21, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant