Hello,
I went on vacation and now I am back to keep on thriving with my web2py pet
project !
how is everyone doing ?? ...
OK .. It is a small problem .. but a problem anyways ...
the problem I am having is with the dropdown arrows managed by the web2py
JS ..
Let me elaborate a bit : --> in the welcome app, in the serialized format
in firefox ( with inspect element(Q) ), there is an additional <span tag>
that manages the arrows showing for the submenus like this :
<a class ="sf-with-ul" onclick="javascript:void(0);return false;"href="#">
<span sytle="color:yellow">web2py</span>
<span class="sf-sub-indicator"> ยป </span>
the second span tag does not show up in my serialized custom view
application anymore ... and
I don't know how to make it show up
for now I am using the exact same web2py menu before I customize it with
my own links and naming
... i want these arrows to show up to indicate that there is a submenu
any assistance with this will be greatly appreciated !
thank you
Don