Thursday 10 November 2005 4:45:56 am
Thanks. I've looked at this tutorial before but this is not exactly what i've looking for. i have a /mymodule/list, . in the template assigned to that view i have a submit button and the code looka like this
<form method="post" action={"content/action/"|ezurl}>
<input class="boton" type="submit" name="NewButton" value="publicar nuevo anuncio" />
<input type="hidden" name="NodeID" value="125" />
<input type="hidden" name="ContentObjectID" value="206" />
<input type="hidden" name="ViewMode" value="full" />
<input type="hidden" name="ClassID" value="27" />
</form>
The question is i didn't find the way to get that ContentObjectId. I've seen in standard templates things like
<input type="hidden" name="ContentObjectID" value="%objectID" />
but... what is "%objectID"?
|