if cache file exists for pageIndex, you have to return YES or return NO
called when certain highlight should be deleted in the case like merging highlights.
| - (NSMutableArray*) fixedViewController: |
|
(FixedViewController *) |
fvc |
| highlightsForChapter: |
|
(NSInteger) |
chapterIndex |
|
|
| |
|
optional |
should return NSMutableArray holding highlight objects for the given chapter index.
called when new highlight object must be inserted.
| - (NSString*) fixedViewController: |
|
(FixedViewController *) |
fvc |
| scriptForPage: |
|
(NSInteger) |
pageIndex |
|
|
| |
|
optional |
Javascript source for pageIndex can be passed to the engine if you like to implement some custom behaviors.
| - (NSString*) fixedViewController: |
|
(FixedViewController *) |
fvc |
| styleForPage: |
|
(NSInteger) |
pageIndex |
|
|
| |
|
optional |
CSS source for pageIndex can be passed to the engine if you like to implement some custom behaviors.
called when certain highlight should be updated in the case like changing color
The documentation for this protocol was generated from the following file: