Hi everyone,
I'm creating an HTML view that's similar to a list view, and would like to include "Edit" links for each entry. I've gotten as far as:
- <a href="#Form:Time_Entry?zc_LoadIn=dialog&zc_NextUrl=#View:This_week_s_time&recLinkID=<%=id%>&viewLinkName=Time_Entry_View" class='zc-edit-a'>Edit</a>
I think the reason that #2 is occuring is because the URL changes from this:
- /#View:This_week_s_time
- /#Form:Time_Entry?zc_LoadIn=dialog&zc_NextUrl=#View:This_week_s_time&recLinkID=327517000000408459&viewLinkName=Time_Entry_View