datalistitem

asp.net datalist - change styling

你。 提交于 2019-12-25 04:53:33
问题 <asp:DataList ID="ItemsList" RepeatDirection="Vertical" runat="server"> <ItemTemplate> <asp:LinkButton ID="SecondLevelItem" runat="server" CommandName="second" OnCommand="SecondLevelItem_Onclick" CommandArgument="<%# Container.DataItem %>" Text="<%# Container.DataItem %>" > </asp:LinkButton> </ItemTemplate> </asp:DataList> everything works fine. except that I do not have any control over the styling on the items. I mean I have the styling on the datalist externally but I want to add some

fme datalist extension for alfresco community 4.0.c

强颜欢笑 提交于 2019-12-13 07:39:19
问题 Hi I know that fme datalist extension is not fully compatible with community 4.0.c. But wanted to try it out. I installed the jar files and it seem to work fine for the datalists i had created earlier. But the side effect of this I noted, when i create a new site and send an invite to somebody, the ACCEPT or REJECT button does not show up in the tasks (for the invitee to accept or reject). Not sure what's going on.but a hint in the positive direction would help me debug? thanks 回答1: I