mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 16:35:10 +00:00
Monotone-Parent: 8566d6fbfa896a774b9907c3125e7b3de87296cd
Monotone-Revision: 2ad8b0c019808014c990f51cc69c4457fdb537c6 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-07-28T22:59:11 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -31,9 +31,23 @@
|
||||
@interface UIxPageFrame : UIxComponent
|
||||
{
|
||||
NSString *title;
|
||||
id item;
|
||||
id item;
|
||||
BOOL isPopup;
|
||||
}
|
||||
|
||||
- (NSString *) pageJavaScriptURL;
|
||||
- (NSString *) productJavaScriptURL;
|
||||
- (BOOL) hasPageSpecificJavaScript;
|
||||
- (BOOL) hasProductSpecificJavaScript;
|
||||
|
||||
- (NSString *) pageCSSURL;
|
||||
- (NSString *) productCSSURL;
|
||||
- (BOOL) hasPageSpecificCSS;
|
||||
- (BOOL) hasProductSpecificCSS;
|
||||
|
||||
- (void) setPopup: (BOOL) popup;
|
||||
- (BOOL) isPopup;
|
||||
|
||||
@end
|
||||
|
||||
#endif /* UIXPAGEFRAME_H */
|
||||
|
||||
Reference in New Issue
Block a user