Is there an obvious way to pass a value to an ELEMENT take inside a template? I see how to get static values out, as in http://rifers.org/wiki/display/RIFE/Embedded +elements#Embeddedelements-3

and use them to get properties as in the label generator, but what if I need to insert a values at run time so that the embedded element can pick it up on the fly and go
do its thing?

For example, if I have an element called NEWSBOX (which is basically a clone of the CMF news item example), how do I pass a value to NEWSBOX inside the HTML template that's using it..? In this case NEWSBOX takes an integer parameter which is the object id in of something the content management framework.

E.g.,:

                   <table>
                        <tr>
<!--V 'ELEMENT:.NEWSBOX'--> <!--V 'cmfid' /--> <!--/V-->
                        </tr>
                        :
                        :

_DHMS

------------------------------------------------------------------------ -------------------
                                          David HM Spector
spector (at) zeitgeist.com http://www.zeitgeist.com/
                                                    ~ ~ ~
"New and stirring things are belittled because if they are not belittled, the humiliating question arises, 'Why then are you not taking part in them?'" --H. G. Wells

_______________________________________________
Rife-users mailing list
[email protected]
http://lists.uwyn.com/mailman/listinfo/rife-users

Reply via email to