According to the set of changes given on 
http://www.xmlmind.com/xmleditor/changes.html, the selectById command is 
replaced by selectLink.

We have been using selectById within a macro whereby the user chooses an 
item from a list (via the pick command) and we then invoke selectById to 
jump to the indicated item.  It looked like this:

<cfg:command name="jumpToWorkInReferences">
<cfg:macro>
<cfg:sequence>
<cfg:command name="getRefWorkTitlesandIds"/>
<cfg:command name="RemoveExtraDoubleQuotesFromPickLabelsCmd" 
parameter="%_"/>
<cfg:command name="pick" parameter="'Jump to reference' true %_"/>
<cfg:set variable="refWork" expression="%_" plainString="true"/>
<cfg:command name="bookmark" parameter="add"/>
<cfg:get expression="$refWork"/>
<cfg:command name="selectById" parameter="id %_"/>
</cfg:sequence>
</cfg:macro>
</cfg:command>

(Both getRefWorkTitlesandIds and 
RemoveExtraDoubleQuotesFromPickLabelsCmd are custom commands in our 
configuration.)

How can we do something similar now that selectById has been replaced by 
selectLink?

Thanks,

--Andy

 
--
XMLmind XML Editor Support List
[email protected]
http://www.xmlmind.com/mailman/listinfo/xmleditor-support

Reply via email to