mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 15:58:31 +00:00
added onpause and onpausemodeonly in displayreplay
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<!ELEMENT displayreplay (background | backgroundmodeonly |datetime |
|
||||
scrapercontent | rectitle | recinfo | currenttime |
|
||||
totaltime | progressbar | cutmarks | controlicons |
|
||||
controliconsmodeonly | jump | message)*>
|
||||
controliconsmodeonly | jump | message | onpause | onpausemodeonly)*>
|
||||
<!ATTLIST displayreplay
|
||||
x CDATA #REQUIRED
|
||||
y CDATA #REQUIRED
|
||||
@@ -88,4 +88,18 @@
|
||||
debug CDATA #IMPLIED
|
||||
>
|
||||
|
||||
<!ELEMENT onpause (area|areascroll)*>
|
||||
<!ATTLIST onpause
|
||||
debug CDATA #IMPLIED
|
||||
delay CDATA #REQUIRED
|
||||
fadetime CDATA #IMPLIED
|
||||
>
|
||||
|
||||
<!ELEMENT onpausemodeonly (area|areascroll)*>
|
||||
<!ATTLIST onpausemodeonly
|
||||
debug CDATA #IMPLIED
|
||||
delay CDATA #REQUIRED
|
||||
fadetime CDATA #IMPLIED
|
||||
>
|
||||
|
||||
%functions;
|
Reference in New Issue
Block a user