Comments on: JQuery for Everyone: AOP in Action – loadTip Gone Wild http://www.endusersharepoint.com/2009/02/16/jquery-for-everyone-aop-in-action-loadtip-gone-wild/ No GeekSpeak on SharePoint 2007 WSS and MOSS Mon, 27 Dec 2010 14:28:49 -0500 http://wordpress.org/?v=2.8.6 hourly 1 By: Lisa Davis http://www.endusersharepoint.com/2009/02/16/jquery-for-everyone-aop-in-action-loadtip-gone-wild/comment-page-2/#comment-101329 Lisa Davis Tue, 21 Sep 2010 15:21:03 +0000 http://www.endusersharepoint.com/?p=1333#comment-101329 Sorry to be a bother. I was just wondering if anyone knew how to hide certain field in the pop up window. There's a lot of info in the box and it would be better if we could take out / hide half of them. Thanks for any help you may provide. Sorry to be a bother. I was just wondering if anyone knew how to hide certain field in the pop up window. There’s a lot of info in the box and it would be better if we could take out / hide half of them. Thanks for any help you may provide.

]]>
By: John http://www.endusersharepoint.com/2009/02/16/jquery-for-everyone-aop-in-action-loadtip-gone-wild/comment-page-2/#comment-97746 John Thu, 02 Sep 2010 00:48:33 +0000 http://www.endusersharepoint.com/?p=1333#comment-97746 I really like the LoadTip Live and am using it to display the Editform.aspx on our Lists. Is there a way to show the OOB "OK" and "cancel" buttons at the bottom of the pop-over form? Thanks in advance ! I really like the LoadTip Live and am using it to display the Editform.aspx on our Lists. Is there a way to show the OOB “OK” and “cancel” buttons at the bottom of the pop-over form?

Thanks in advance !

]]>
By: Lisa Davis http://www.endusersharepoint.com/2009/02/16/jquery-for-everyone-aop-in-action-loadtip-gone-wild/comment-page-2/#comment-96835 Lisa Davis Fri, 27 Aug 2010 19:13:13 +0000 http://www.endusersharepoint.com/?p=1333#comment-96835 Hi. My supervisor loves this and really wants to use it on our site. The problem is, we need to restrict what can be seen in the box. We still need to have all the columns visible and in the same order so people can fill out the list, but we'd like to trim it down from 10 columns showing to just 4. It is just too much to show. Thanks for any help you can give me. Regards Lisa Hi. My supervisor loves this and really wants to use it on our site. The problem is, we need to restrict what can be seen in the box. We still need to have all the columns visible and in the same order so people can fill out the list, but we’d like to trim it down from 10 columns showing to just 4. It is just too much to show. Thanks for any help you can give me.

Regards
Lisa

]]>
By: Vincent Stackhouse http://www.endusersharepoint.com/2009/02/16/jquery-for-everyone-aop-in-action-loadtip-gone-wild/comment-page-2/#comment-86838 Vincent Stackhouse Fri, 23 Jul 2010 17:23:03 +0000 http://www.endusersharepoint.com/?p=1333#comment-86838 Paul, This is brilliant! Especially your latest coding and validations. I have been reading and trying each version and this one seems to do everything we need and thensome for any of our list types. Keep up the great work,. Paul,

This is brilliant! Especially your latest coding and validations.

I have been reading and trying each version and this one seems to do everything we need and thensome for any of our list types.

Keep up the great work,.

]]>
By: Tony http://www.endusersharepoint.com/2009/02/16/jquery-for-everyone-aop-in-action-loadtip-gone-wild/comment-page-2/#comment-66109 Tony Wed, 12 May 2010 14:31:40 +0000 http://www.endusersharepoint.com/?p=1333#comment-66109 Hi, finally got this to work after trying all sorts. For some reason in my enviroment it would only work when I created a list view that contained a grouped by field. Hi, finally got this to work after trying all sorts. For some reason in my enviroment it would only work when I created a list view that contained a grouped by field.

]]>
By: Mike Smith http://www.endusersharepoint.com/2009/02/16/jquery-for-everyone-aop-in-action-loadtip-gone-wild/comment-page-2/#comment-54692 Mike Smith Mon, 12 Apr 2010 09:17:49 +0000 http://www.endusersharepoint.com/?p=1333#comment-54692 Hi how do I get hold of only the attachments filename? Best Regards Mike Hi
how do I get hold of only the attachments filename?

Best Regards Mike

]]>
By: Patrick http://www.endusersharepoint.com/2009/02/16/jquery-for-everyone-aop-in-action-loadtip-gone-wild/comment-page-2/#comment-50966 Patrick Thu, 01 Apr 2010 01:08:13 +0000 http://www.endusersharepoint.com/?p=1333#comment-50966 I really like this ToolTip but can't it work if the list is not on the same subsites . Can it work using webservice? Thanks I really like this ToolTip but can’t it work if the list is not on the same subsites .
Can it work using webservice?
Thanks

]]>
By: AutoSponge http://www.endusersharepoint.com/2009/02/16/jquery-for-everyone-aop-in-action-loadtip-gone-wild/comment-page-2/#comment-29358 AutoSponge Fri, 05 Feb 2010 14:11:23 +0000 http://www.endusersharepoint.com/?p=1333#comment-29358 @Gus, You will need to change line 149 to fit the link you're pointing to. You may (or may not) need to change the way you invoke the tip (line 196). If you did not change the default display page to your custom page, you don't need to change it, otherwise it should match your links on the page. Use the middle parameter on line 196 to use your custom page's content zone. Find the div that holds your data and use its name (use CSS-style identifier like I did for #MSO_ContentTable). @Gus,

You will need to change line 149 to fit the link you’re pointing to. You may (or may not) need to change the way you invoke the tip (line 196). If you did not change the default display page to your custom page, you don’t need to change it, otherwise it should match your links on the page. Use the middle parameter on line 196 to use your custom page’s content zone. Find the div that holds your data and use its name (use CSS-style identifier like I did for #MSO_ContentTable).

]]>
By: Gus http://www.endusersharepoint.com/2009/02/16/jquery-for-everyone-aop-in-action-loadtip-gone-wild/comment-page-2/#comment-29239 Gus Fri, 05 Feb 2010 10:18:24 +0000 http://www.endusersharepoint.com/?p=1333#comment-29239 Hi, we have several lists that don't use DispForm.aspx as its primary form for displaying data, so I've tried making the LoadTip target a different .aspx file, however, unsuccessfully. Can't you hardcode it to target a different form? Hi, we have several lists that don’t use DispForm.aspx as its primary form for displaying data, so I’ve tried making the LoadTip target a different .aspx file, however, unsuccessfully. Can’t you hardcode it to target a different form?

]]>
By: JQuery for Everyone: AOP in Action - Clone List Header | EndUserSharePoint.com http://www.endusersharepoint.com/2009/02/16/jquery-for-everyone-aop-in-action-loadtip-gone-wild/comment-page-2/#comment-21105 JQuery for Everyone: AOP in Action - Clone List Header | EndUserSharePoint.com Thu, 17 Dec 2009 04:30:44 +0000 http://www.endusersharepoint.com/?p=1333#comment-21105 [...] a little research, AOP could help make the solution clean and simple. This time, like my last AOP article, I needed data from a SharePoint function when called. In this case, I want to key on the call to [...] [...] a little research, AOP could help make the solution clean and simple. This time, like my last AOP article, I needed data from a SharePoint function when called. In this case, I want to key on the call to [...]

]]>