|
: 13 : 15 : 2 |
it would be nice to have a command where you can specify the insertion point in a field. for example if I want to insert a file upload at the bottom of a RT field I can use the work-around: @Command( [EditGotoField] ; "Body" ); @Command( [EditSelectAll] ); @Command( [EditCut] ); @Command( [EditPaste] ); @Command( [EditInsertFileAttachment] ) the following extension would already be great: @Command( [EditGotoField] ; fieldName ; insertPoint )
|