INTEGRATION: CWS jmf2 (1.28.8); FILE MERGED
2004/07/26 15:03:56 ka 1.28.8.2: syntax 2004/07/23 15:12:58 ka 1.28.8.1: #i3316#: support for media objects
This commit is contained in:
parent
aae73ed5b8
commit
0d24a1851f
1 changed files with 8 additions and 2 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: _textsh.sdi,v $
|
||||
*
|
||||
* $Revision: 1.29 $
|
||||
* $Revision: 1.30 $
|
||||
*
|
||||
* last change: $Author: kz $ $Date: 2004-08-02 13:03:53 $
|
||||
* last change: $Author: obo $ $Date: 2004-08-12 10:11:53 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -283,6 +283,12 @@ interface BaseText : Selection
|
|||
StateMethod = NoState ;
|
||||
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
|
||||
]
|
||||
SID_INSERT_AVMEDIA // status(final|play)
|
||||
[
|
||||
ExecMethod = ExecInsert;
|
||||
StateMethod = NoState ;
|
||||
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
|
||||
]
|
||||
FN_INSERT_HRULER // status()
|
||||
[
|
||||
ExecMethod = ExecInsert ;
|
||||
|
|
Loading…
Reference in a new issue