Share via


Services Edit Page Routines

services\include\edit_handlers.asp

The following customer and partner services utility routines are related to handling edit page processing, and are defined in this file:

services\include\render_edit_blank.asp

The following customer and partner services utility routines are related to preparing blank edit page content for rendering, and are defined in this file:

  • formRenderBlankEditPageBody
    This function prepares the HTML that will render a blank profile editing form.
  • htmRenderBlankEditPage
    This function renders a blank edit page for any profile.
  • rowRenderBlankProperty
    This function prepares the HTML that will render a row in a table that corresponds to a blank property. This row contains three cells: either an image or a checkbox, the display name, and the value, respectively.
  • tableRenderBlankProfile
    This function prepares the HTML that will render tables for blank editing pages.

services\include\render_edit_common.asp

The following customer and partner services utility routines are related to preparing edit page content for rendering, and are defined in this file:

  • colRenderForeignKeyProperty
    This function renders hidden fields that contain a variety of content, depending on whether a pre-existing profile exists, whether a new profile is being created, and so on. A button is rendered to allow the user to submit the selected information.
  • colRenderPasswordProperty
    This function prepares the rendering of the value for the user_security_password property.
  • colRenderPrimaryKeyProperty
    This function prepares the rendering of the value for the primary key property.
  • colRenderProperty
    This function prepares the rendering of a property.
  • colRenderPropertyTip
    This function prepares a warning message for a property that fails validation.
  • colRenderUniqueKeyProperty
    This function prepares the rendering of the value for the unique key property.
  • formRenderEditPageBody
    This function prepares the HTML that will render a profile editing form.
  • htmRenderEditPage
    This function renders the contents of any EDIT-type page.
  • rowRenderHiddenProperty
    This function prepares the HTML that will include hidden properties as INPUT elements with their TYPE attribute set to "HIDDEN".
  • rowRenderProperty
    This function prepares the HTML that will render a row in a table that corresponds to a property that is accessible to the current user. This row contains three cells: either an image or a checkbox, the display name, and the value, respectively.
  • rowRenderPropertyGroup
    This function prepares the HTML that will render a row containing a property group heading.
  • rowRenderPropertyTip
    This function examines the specified property, and if found to have an error associated with it, adds a table row that displays an error message in the third of three cells.
  • rowRenderReadOnlyProperty
    This function prepares the HTML that will render a row in a table that corresponds to a read-only property. This row contains three cells: blank, the display name, and the value, respectively.
  • sRenderHTMLPreFixForProperty
    This function renders the "Required" icon or check box (for multi-edits) before each property in an EDIT-type page.
  • tableRenderEditPageTasks
    This function renders tasks buttons for the current page.
  • tableRenderProfiles
    This function renders an edit page for a profile.
  • varGetPropertyValue
    This function determines the profile property value to display.
  • varGetValueFromPropertyDictionaries
    This function gets the property value from a list of property dictionaries.
  • varGetValueFromRequestObject
    This function gets the property value from the underlying Request object (URL or HTML FORM).
  • varUpdateValueForCurrentAction
    This function gets the property value based on the current action type as stored in the global variable sAction.

Copyright © 2005 Microsoft Corporation.
All rights reserved.