Help text update for type.
[FIXED] MP-12: Help doesn't always properly update for element type.
This commit is contained in:
parent
0c536ef640
commit
dc8b6aa86c
@ -221,12 +221,15 @@
|
|||||||
[NSURLRequest requestWithURL:
|
[NSURLRequest requestWithURL:
|
||||||
[NSURL URLWithString:[NSString stringWithFormat:@"#%@", chapter] relativeToURL:
|
[NSURL URLWithString:[NSString stringWithFormat:@"#%@", chapter] relativeToURL:
|
||||||
[[NSBundle mainBundle] URLForResource:@"help" withExtension:@"html"]]]];
|
[[NSBundle mainBundle] URLForResource:@"help" withExtension:@"html"]]]];
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
- (void)webViewDidFinishLoad:(UIWebView *)webView {
|
||||||
|
|
||||||
NSString *error = [self.helpView stringByEvaluatingJavaScriptFromString:[NSString stringWithFormat:@"setClass('%@');",
|
NSString *error = [self.helpView stringByEvaluatingJavaScriptFromString:[NSString stringWithFormat:@"setClass('%@');",
|
||||||
ClassNameFromMPElementType(self.activeElement.type)]];
|
ClassNameFromMPElementType(self.activeElement.type)]];
|
||||||
if (error.length)
|
if (error.length)
|
||||||
err(@"setClass: %@", error);
|
err(@"helpView.setClass: %@", error);
|
||||||
});
|
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void)showContentTip:(NSString *)message withIcon:(UIImageView *)icon {
|
- (void)showContentTip:(NSString *)message withIcon:(UIImageView *)icon {
|
||||||
|
Loading…
Reference in New Issue
Block a user