Skip to main content

Home/ Agency Oasis Developers/ Group items tagged field

Rss Feed Group items tagged

mgraber

Issues with CDO.MESSAGE on Windows 2008 R2 Server : The Official Microsoft IIS Site - 0 views

  •  
    "' Set the mail server configuration Set objConfig=CreateObject("CDO.Configuration") objConfig.Fields.Item("http://schemas.microsoft.com/cdo/configuration/sendusing")=2 objConfig.Fields.Item("http://schemas.microsoft.com/cdo/configuration/smtpserver")="localhost" objConfig.Fields.Item("http://schemas.microsoft.com/cdo/configuration/smtpserverport") = 25 objConfig.Fields.Update Set objMail=CreateObject("CDO.Message") Set objMail.Configuration=objConfig objMail.From = fromemail objMail.To = toemail objMail.Subject = "Test Email" objMail.TextBody = "Test Email" objMail.Send"
Mark Ursino

Adding custom fields to the index - 0 views

  •  
    In this post I want to show how to address a missing feature that was a part of "old" lucene index implementation. This article will provide an example how one can customize Lucene search configuration so that it's possible to add custom fields to the index.
Mark Ursino

Extended Email Action Sitecore Module - 0 views

  •  
    The Mail workflow action extends the standard Sitecore email action which is included with the default installation. It is distributed as a standard Sitecore package. The package includes the actual template for this action (the Extended email action), which inherits from the Sitecore Standard template. The extended email action template contains the following fields, grouped in the Parameters section: To - the recipient's email address; From - the sender's email address; Subject - the subject of the email (allows using Velocity templates); Message - the body of the email (allows using Velocity templates); Mail server - the email server you'd like to use for sending emails; *Type - (the same as the Type field of the Sitecore Action template).
Sam Griffin

Create Time Field in Sitecore - 0 views

  •  
    This walks you through the steps of creating a custom Time field for when you only need the Time and not the Date.
Mark Ursino

Sitecore Courier - Effortless Packaging - 0 views

  •  
    Tool to serialize and deploy only changed fields
Mark Ursino

jQuery.suggest plugin - 0 views

  •  
    jQuery.suggest, a simple inline autosuggest jQuery plugin. It takes an array of terms as haystack and suggests the user the first item that matches what has been typed to this point. The suggestion is updated with every keystroke. Tab or Enter will accept the suggestion and update the input field accordingly.
Mark Ursino

Add custom tokens into your sitecore fields and replace them on render via pipeline - 0 views

  •  
    Just like our VariableReplacement
Mark Ursino

Sitecore Descriptive Tree List Field Type - 0 views

  •  
    Extends a treelist to show the hierarchy of parent items in case multiple items in the list have the same name
Mark Ursino

Custom Tokens and NVelocity for Item Creation - 1 views

  •  
    Create your own custom token hooks to fill fields. The built-in tokens are $name, $id, $parentid, $parentname, $date, $time, $now
Mark Ursino

How to group RadioButtons - 0 views

  •  
    This is the solution to using a RadioButton in a repeater and having it abide by the GroupName field
Mark Ursino

CustomItemGenerator - 0 views

  •  
    The custom item generator is a tool that is used to create classes which will wrap access to a template's fields.
Douglas Couto

Learn Sitecore - Controlling items in a selection field - 0 views

  •  
    "The list of parameters are * DataSource * DatabaseName * IncludeTemplatesForSelection * ExcludeTemplatesForSelection * IncludeTemplatesForDisplay * ExcludeTemplatesForDisplay * IncludeItemsForDisplay * ExcludeItemsForDisplay * AllowMultipleSelection"
Mark Ursino

Sitecore Rich Text Field - Iframe gotcha - 0 views

  •  
    Two separate ways to get 's to work within the Rich text editor
Mark Ursino

Ajax Autocomplete for jQuery - 0 views

  •  
    Ajax Autocomplete for jQuery allows you to easily create autocomplete/autosuggest boxes for text input fields.
1 - 20 of 36 Next ›
Showing 20 items per page