search for: firstcell

Displaying 4 results from an estimated 4 matches for "firstcell".

2005 Oct 05
1
problem accessing home directory
...ble the space in the username is causing problems (I didn't setup the domain)? Thanks, Jason Here's what I'm getting in my log. [2005/10/05 15:29:07, 2] auth/auth.c:check_ntlm_password(305) check_ntlm_password: authentication for user [jason smith] -> [jason smith] - > [FIRSTCELL\jason smith] succeeded [2005/10/05 15:29:07, 2] smbd/service.c:make_connection_snum(321) user 'FIRSTCELL\jason smith' (from session setup) not permitted to access this share (jason smith) Here's getent output noflsrvtest:/var/log/samba# getent passwd "jason smith" jason...
2005 Jul 18
1
fix for scriptaculous dragdrop.js empty list problem
...gs too, just override with tag:div when creating the Sortables. Sample bit of html to support it: <td class=''sortlist'' width=''270'' valign=''top''> <h3 class=''sortHeaderRow''>Unselected</h3> <div id=''firstCell'' style=''height:100%''> <ul id="firstlist" style=''border:solid red 1px; height:100%''> <li class=''sortListRow'' id="firstlist_firstlist1">Item 1 from first list.</li> <li class=''so...
2005 Jul 19
0
quick dragdrop question
...eate option for creating an onUpdate and onChange handler, and done the following: function selectItem(target){ window.status=target.id; } window.onload=function(){ Sortable.create("firstlist",{tag:''div'',containment:["firstlist","secondlist","firstCell","secondCell"]}); Sortable.create("secondlist", { tag:''div'', containment:["firstlist","secondlist","firstCell","secondCell"], onUpdate:selectItem } ); } I set a breakpoint in selectItem, and...
2005 Jul 20
3
examples of drag n drop
...nChange handler, and > done > the following: > > function selectItem(target){ > window.status=target.id; > } > window.onload=function(){ > > Sortable.create("firstlist",{tag:''div'',containment:["firstlist","secondlist","firstCell","secondCell"]}); > Sortable.create("secondlist", > { tag:''div'', > containment:["firstlist","secondlist","firstCell","secondCell"], > onUpdate:selectItem > } > ); > } > >...