-
Notifications
You must be signed in to change notification settings - Fork 382
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
Need some more implementation documentation on IFrameDialog #52
Comments
@AJIXuMuK can you help @kspranesh with this? |
Hi @kspranesh There is an issue on how to reference the component from the library (I will fix it), but the component itself works as expected.
|
Here is a PR to address reference issue. It also adds |
@AJIXuMuK can You please provide a string how You call IFrameDialog with different urls?.. For example I store links to display forms and want them opened as popups..
as I understand - opens hard-coded property, but in my classic projects it was a function.. p.s.: sorry, I am newbie in React.. Best regards, Gennady |
I cant seem to figure out how exactly to use the control following the specification in the documentation. I use it and i get promise errors with sp.dialog.js. I am using the control in the render as below and nothing pops up when its invoked and i cannot also use the property iframeOnLoad={this._onIframeLoaded.bind(this)} as it gives a compilation error for the {this._onIframeLoaded.bind(this)}. Do i have to explicitly implement the method ? Please clarify
public render(): JSX.Element {
The text was updated successfully, but these errors were encountered: