Discussion:
editing slideml with bxe
Matthias Dieke
2005-08-06 15:56:42 UTC
Permalink
hi,

I like to edit my slideml-files with the bxe or bxe 2.0. I found the
following example: http://php5.chregu.tv/slidemleditor/

In this example is a "edit"-link in the top of the page for every slide.
So every slide will be edited in a new instance of BXE.
Is it possible to switch from one slide to another slide inside of the
BXE (editing more then one slide in the current instance of BXE)?

Could this be done with the new BXE 2.0?

Is it possible to make some new buttons in BXE "create new slide" and
"delete slide" for creating and editing slides? Like the
"ul-list"-button. When clicking on it a new ul-li list will created. I
like to do it in a similar way for a new slide.


Thanks for help.

Matthias
--
bx-editor-dev mailing list
bx-editor-***@lists.bitflux.ch
http://lists.bitflux.ch/cgi-bin/listinfo/bx-editor-dev
Christian Stocker
2005-08-14 10:38:25 UTC
Permalink
Post by Matthias Dieke
hi,
I like to edit my slideml-files with the bxe or bxe 2.0. I found the
following example: http://php5.chregu.tv/slidemleditor/
In this example is a "edit"-link in the top of the page for every slide.
So every slide will be edited in a new instance of BXE.
Is it possible to switch from one slide to another slide inside of the
BXE (editing more then one slide in the current instance of BXE)?
Could this be done with the new BXE 2.0?
Yes it could, but you'd be on your own to do that in pure javascript.
Just make a button, assign a function to it (via config.xml) and then do
your Javascript stuff which inserts a new slide or deletes one.

chregu
Post by Matthias Dieke
Is it possible to make some new buttons in BXE "create new slide" and
"delete slide" for creating and editing slides? Like the
"ul-list"-button. When clicking on it a new ul-li list will created. I
like to do it in a similar way for a new slide.
Thanks for help.
Matthias
--
christian stocker | Bitflux GmbH | schoeneggstrasse 5 | ch-8004 zurich
phone +41 1 240 56 70 | mobile +41 76 561 88 60 | fax +41 1 240 56 71
http://www.bitflux.ch | ***@bitflux.ch | gnupg-keyid 0x5CE1DECB
--
bx-editor-dev mailing list
bx-editor-***@lists.bitflux.ch
http://lists.bitflux.ch/cgi-bin/listinfo/bx-editor-dev
Loading...