Hi

The the rhs can be anything/variable/attrubute in scope.
assuming abc is a variable.

<span tal:condition="python:prox==abc">

or something like that.

T
On Sep 6, 12:50 pm, mugdha <[email protected]> wrote:
> <span tal:condition="python:switch=='Proximity'">
>   <span tal:repeat="prox python:proximityList">
>      <span tal:repeat="a python:range(10)">&nbsp;</span>
>          <span tal:content="python:prox" /><br>
>              <span tal:condition="python:prox=='Inductive'">
>         <span tal:repeat="induc python:Inductive">
>             <span tal:repeat="a python:range(12)">&nbsp;</span>
>         <a href="#" tal:attributes="id python:induc.id"
> tal:content="python:induc.id" onclick="javascript:searchLink(id);"></
> a><br>
>         </span>
>              </span>
> </span>
> </span>
>
> In the above code instead of " inductive " word i have dyanamic word
> " python:abc  " how i can write dynamic string in the right hand side
> of the tal:condition?????

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to