mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-21 11:25:24 +00:00
Monotone-Parent: f1d6bbdddac1991718ebbf895c02a5b084ac7094
Monotone-Revision: 56401c752068eee483fe404dd572236401e9ae8d Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-10-12T16:44:40 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -32,6 +32,8 @@
|
||||
#import <SOGo/SOGoCustomGroupFolder.h>
|
||||
#import <SOGo/NSCalendarDate+SOGo.h>
|
||||
|
||||
#import "../Common/UIxJSClose.h"
|
||||
|
||||
#import "UIxComponent.h"
|
||||
|
||||
@interface UIxComponent (PrivateAPI)
|
||||
@@ -398,6 +400,17 @@ static BOOL uixDebugEnabled = NO;
|
||||
return ([[self queryParameterForKey: @"noframe"] boolValue]);
|
||||
}
|
||||
|
||||
- (UIxComponent *) jsCloseWithRefreshMethod: (NSString *) methodName
|
||||
{
|
||||
UIxJSClose *jsClose;
|
||||
|
||||
jsClose = [UIxJSClose new];
|
||||
[jsClose autorelease];
|
||||
[jsClose setRefreshMethod: methodName];
|
||||
|
||||
return jsClose;
|
||||
}
|
||||
|
||||
/* SoUser */
|
||||
|
||||
- (SoUser *) user
|
||||
|
||||
Reference in New Issue
Block a user