TrText_UnlearnSpelling |
Forget this word in the spell checker dictionary.
Syntax
TrText_UnlearnSpelling ( switches ; wordToForget )
Online help for Troi Plug-ins for FileMaker Pro 16.
TrText_UnlearnSpelling |
Forget this word in the spell checker dictionary.
TrText_UnlearnSpelling ( switches ; wordToForget )
TrText_Version |
Use this function to see which version of the plug-in is loaded.
Note: This function is also used to register the plug-in.
TrText_Version ( switches )
TrText_VersionAutoUpdate |
Use this function to see which version of the plug-in is loaded, formatted for FileMaker Server’s AutoUpdate function. Returns 8 digit number to represent an AutoUpdate version.
TrText_VersionAutoUpdate
TrText_XML |
Returns the requested parts from text formatted as XML.
TrText_XML ( switches ; nodeSpec ; XMLData )
TrText_XORText |
Returns all lines that are NOT both in text1 and text2.
TrText_XORText ( switches ; text1 ; text2 )
Learn Spelling |
Adds a word to the spell checker dictionary.
Learn Spelling [ Select; Result (error) ; Words To Learn ]
Set Spelling Ignore List |
Sets the list of words that should be ignored when checking spelling.
Set Spelling Ignore List [ Select ; Result (error) ; Ignore Word List ]
Unlearn Spelling |
Forget this word in the spell checker dictionary.
Unlearn Spelling [ Select ; Result (error) ; Words To Forget ]
TURL_AuthorizeWithCallbackScript |
Talks with a web service to get an authorization URL. With the returned URL the user can authorize the plug-in (in a web browser) to use this service.
TURL_AuthorizeWithCallbackScript( switches ; method ; requestTokenURL ;
authorizationURLbegin ;
accessTokenStepURL ; fileName ; scriptName )
Delete URL |
Sends request to delete an item at a specified place on the web server, using the DELETE method.
Delete URL [ Select ; Result ; Switches ; URL ]