Méthode | Description | |
---|---|---|
GoToPreviousWordGrammarPage ( ) : void |
Back up a page in the Word Grammar Debugger We cannot merely use the history mechanism of the html control because we need to keep track of the xml page source file as well as the html page. This info is kept in the WordGrammarStack. |
|
JumpToToolBasedOnHvo ( int hvo ) : void |
Have the main FLEx window jump to the appropriate item
|
|
ShowWordGrammarDetail ( string sNodeId ) : void |
Show the first pass of the Word Grammar Debugger
|
|
TryWordGrammarAgain ( string sNodeId ) : void |
Try another pass in the Word Grammar Debugger
|
|
WebPageInteractor ( |
Méthode | Description | |
---|---|---|
AdjustForm ( string sForm ) : string |
Modify the content of the form to use entities when needed
|
|
HandleDomClick ( object sender, Gecko.DomMouseEventArgs e ) : void | ||
TryGetHvo ( Gecko.GeckoElement element, int &hvo ) : bool |
protected AdjustForm ( string sForm ) : string | ||
sForm | string | form to adjust |
Résultat | string |
public GoToPreviousWordGrammarPage ( ) : void | ||
Résultat | void |
protected HandleDomClick ( object sender, Gecko.DomMouseEventArgs e ) : void | ||
sender | object | |
e | Gecko.DomMouseEventArgs | |
Résultat | void |
public JumpToToolBasedOnHvo ( int hvo ) : void | ||
hvo | int | item whose parent will indcate where to jump to |
Résultat | void |
public ShowWordGrammarDetail ( string sNodeId ) : void | ||
sNodeId | string | The node id in the XAmple trace to use |
Résultat | void |
protected TryGetHvo ( Gecko.GeckoElement element, int &hvo ) : bool | ||
element | Gecko.GeckoElement | |
hvo | int | |
Résultat | bool |
public TryWordGrammarAgain ( string sNodeId ) : void | ||
sNodeId | string | the node id of the step to try |
Résultat | void |
public WebPageInteractor ( |
||
htmlControl | ||
mediator | XCore.Mediator | |
tbWordForm | ||
Résultat | System |