Hello all,
 
I've included a few custom properties for my objects that should indicate
which items are available for publishing via the basic scheduling rule. I
really like the basic publishing rules functionality and I don't want/need
to rewrite it. So I'm trying to filter the selection of objects that the
select control handler picks from.
 
Can anyone point me to the specific section of code that pulls the
objectID's for selection? I think it's lines 89-96 of
selectedInvocations.cfm, but I can't be certain.
 
-----
<!--- c:\Program
Files\allaire\spectra\handlers\system\publishing\rules\basicschedulerule\sel
ectinvocations lines 89-96 --->
<cfa_objectFinder 
   stToolbar="#stToolbar#"
   stFilters="#stFilters#"
   aColumns="#aColumns#" 
   r_lObjectIDs="lObjectIDs"
   r_method="method"
   r_bSelected="bSelected"
  >
-----
 
Now if this is the correct section of code, I have another question. What
can I filter on? There is no documentation for this tag that discusses the
stFilter attribute. My main question about the filtering is, "Does it filter
using the properties table or just the object table?"
 
Thanks for any an all help on this one.
 
Nate

-
Nate Smith, 
Lead Developer 
[EMAIL PROTECTED] 
www.doceus.com 

 


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
------------------------------------------------------------------------------
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/spectra_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to