Sitecore Experience Editor Enchancements

Size: px
Start display at page:

Download "Sitecore Experience Editor Enchancements"

Transcription

1 Sitecore Experience Editor Enchancements

2 Enhancements can be made to the Sitecore Experience Editor (formerly known as the Page Editor) to allow authors to more easily edit and manipulate content. Giving the author visibility to hidden or complex fields allows them to edit components in the Experience Editor without having to switch to the Content Editor. Custom Experience Buttons can be added to individual template or component renderings to give the authors additional options in the Experience Editor. Edit Frames can be added around specific parts of a template or component to expose hidden or complex fields for editing. Custom Experience Buttons Custom Experience buttons are a good way to allow content authors to edit content fields or groups of fields that are not easy to display in the Experience Editor. The buttons can be configured to show meta-data or other hidden content fields so that extra fields do not need to be added to the Experience Editor markup just to allow for editing. This way the Experience Editor display can be as close as possible to the display of the published page and authors can then edit fields without having to leave the Experience Editor. They can also be configured to perform actions on items or their children, such as Insert, Delete or Sort. Creating and Configuring Custom Experience Buttons Custom Experience Buttons can be added in the Core Database under content/applications/webedit/custom Experience Buttons. 1. Add a new button to the Custom Experience Buttons folder or to a sub folder. Insert from Template and select one of two button type options. singlestoneconsulting.com Page 1

3 Field Editor Button (templates/system/webedit/field Editor Button) - These buttons enable content field editing on specified fields. Enter text for the Header and Tooltip, select an Icon, and configure which fields should be exposed in the content editor window. Add the fields as they are defined on the template for the item, sorted appropriately and pipe delimited. In the example below the Title and Body field would be exposed in the content editor window. WebEdit Button (templates/system/webedit/webedit Button) - These buttons allow for other actions to be executed on the item exposed by the Edit Frame. Add text for the Header and Tooltip, select an Icon, and add an action for the button to execute. singlestoneconsulting.com Page 2

4 The actions can be built in Sitecore actions, like the webedit:delete, or they can be custom actions. Hooking up Custom Experience Buttons to Renderings Custom Experience Buttons must be added to renderings in order to show up in the Experience Editor. In the Content Editor, select the layout rendering to enable the buttons. Under Editor Options > Experience Editor Buttons select the buttons to add and order them appropriately. In the following example the Edit Properties button we created earlier is added to a component s Experience Editor Buttons. The Custom Experience Button will now appear as an option when selecting that template/component in the Experience Editor. The Edit Properties button is shown below on the component rendering s floating toolbar. singlestoneconsulting.com Page 3

5 Clicking the button will display the content editing window with the specified fields available for editing. Note the two fields that were configured to show in the content editor window when the button was created. Additional Experience Editor Buttons There are other built-in Sitecore buttons that can be added as Experience Editor Buttons in addition to the custom Edit Properties button. For example, the Insert button allows the author to insert allowed child components and the Sort button enables sorting of existing child components. These and other built-in buttons give the author more control over child items without having to leave the Experience Editor. singlestoneconsulting.com Page 4

6 Edit Frames Edit Frames are another way to allow content authors to edit content fields or groups of content fields that are not as easy to display in the Experience Editor. For instance, if a particular set of markup is controlled by multiple fields, an Edit Frame can be placed around that markup specifically. The buttons on that Edit Frame s floating toolbar can then be configured to display a content editing window that allow authors to edit that group of fields. Edit Frames can also enable editing of child items and their content fields so that the author doesn t need to switch between the Experience Editor and Content Editor, or switch between items in order to edit the content on multiple components. Creating and Configuring Edit Frame Buttons Edit Frame buttons can be added in the Core Database under content/applications/webedit/edit Frame Buttons. 1. Add a new Edit Frame Button Folder Any edit Frame buttons that need to appear on a component in the Experience Editor must be added to a single Edit Frame Button Folder. This folder is what actually gets referenced by the Edit Frame in the code rather than the individual buttons. Referencing the folder allows for multiple buttons to be added to the component s singlestoneconsulting.com Page 5

7 floating toolbar with a single reference. Even if there is only one button that needs to be added to the Edit Frame, a folder must still be referenced. 2. Add a new Button to the Edit Frame Button Folder Two types of buttons are available to add. Field Editor Button - Same as Field Editor Button described with Custom Experience Buttons Edit Frame Small Button - Same as WebEdit Button described with Custom Experience Buttons Hooking up the Edit Frames in Views Adding Edit Frames and Edit Frame buttons is done through code rather than through the Content Editor. The code must reference the group of buttons to display and the item to be edited. Note: For Edit Frames the reference to the buttons must be to a Sitecore folder containing one or more buttons to display. A reference directly to a single button will not work so even if there is only one edit button needed, that button must still be added to a folder and that folder referenced. Code Example using (BeginEditFrame(Button Folder}, {Item}.FullPath)) { {Markup} } Where {Button Folder} is a reference to the Sitecore Edit Frames button folder. See above note about folders. {Item} is the Sitecore Item to be edited. For a template or component where fields on that template/component need to be edited, pass in the Sitecore Item for that singlestoneconsulting.com Page 6

8 template/component. The edit frame buttons will display a content editing window where the author can directly edit fields for that template/component. {Markup} is the HTML the edit frame should appear around. There must be something in this area for the Edit Frame to display. Child Items For a template/component that can have child-items the Edit Frame can be placed around each of the child-items in order for fields on those child items to be edited. In this case {Item} should be the Sitecore Item representing the child-item rather than the parent component/template. foreach (var childitem in Model.Children) { using (BeginEditFrame({Button Folder}, childitem.fullpath)) { {Markup} } } In this case, an Edit Frame would appear around each child item in Model.Children. When clicking one of the Edit Frame buttons for one of those child items, the content editing window that displays would allow the user to edit fields directly on that particular child item. In the example below, each of the individual child items has an Edit Frame around it and can be edited directly. Additional Edit Frame Buttons The functionality described thus far has referred only to the editing capability of the Edit Frame buttons, but other types of buttons can also be added to the Edit Frame as shown in the example. The Delete (red X) and Sorting buttons (move up and move down arrows) call standard Sitecore actions to further expand on the control of child items in the Experience Editor. These additional buttons are included in the same Edit Frame Button folder referenced for that particular Edit Frame. singlestoneconsulting.com Page 7

9 Jeremy Haun Senior Consultant About SingleStone Founded in 1997, SingleStone is a consulting firm specializing in customer experience solutions, spanning technology, strategy, business processes and culture. We help our clients improve their interactions and communications with customers by combining these disciplines to create, implement and support end-to-end customer experiences that benefit both business and humanity. Connect With Us 4101 Cox Road, Suite 350 Glen Allen, VA SingleStoneConsulting.com

Client Configuration Cookbook

Client Configuration Cookbook Sitecore CMS 6.2 Client Configuration Cookbook Rev: 2009-10-20 Sitecore CMS 6.2 Client Configuration Cookbook Features, Tips and Techniques for CMS Architects and Developers Table of Contents Chapter 1

More information

What's New in Sitecore CMS 6.4

What's New in Sitecore CMS 6.4 Sitecore CMS 6.4 What's New in Sitecore CMS 6.4 Rev: 2010-12-02 Sitecore CMS 6.4 What's New in Sitecore CMS 6.4 This document describes the new features and changes introduced in Sitecore CMS 6.4 Table

More information

Client Configuration Cookbook

Client Configuration Cookbook Sitecore CMS 6.4 or later Client Configuration Cookbook Rev: 2013-10-01 Sitecore CMS 6.4 or later Client Configuration Cookbook Features, Tips and Techniques for CMS Architects and Developers Table of

More information

Using Sitecore 5.3.1

Using Sitecore 5.3.1 Using Sitecore 5.3.1 An End-User s Guide to Using and Administrating Sitecore Author: Sitecore Corporation Date: December 12, 2007 Release: Rev. 1.0 Language: English Sitecore is a registered trademark.

More information

Field Suite Instructional Guide

Field Suite Instructional Guide Field Suite Instructional Guide 10-11-2012 Prepared by: Tim Braga VERSION 1.0 Contents Contents... 2 Basic Usage... 3 Adding and Removing Selected Items... 3 Tooltips... 3 Edit Item Modal... 4 Go to Item...

More information

Author : Gayle Clark, Business Solutions Analyst, Spescom Software Ltd. Approved by : Ewen Roberts, Software Developer Spescom Software Inc.

Author : Gayle Clark, Business Solutions Analyst, Spescom Software Ltd. Approved by : Ewen Roberts, Software Developer Spescom Software Inc. SPESCOM SOFTWARE User Guide eb Layout Editor User Guide Document Number : SAN03810 Rev 0.2 Release Date : 15 December 2006 Document Status : Not Approved Author : Gayle Clark, Business Solutions Analyst,

More information

Creating a Portfolio in LiveText

Creating a Portfolio in LiveText Creating a Portfolio in LiveText Create a New Document A Template Outline will appear on the right side of the screen once a document template has been selected. The outline reflects the page and section

More information

Content Author's Reference and Cookbook

Content Author's Reference and Cookbook Sitecore CMS 7.0 Content Author's Reference and Cookbook Rev. 130425 Sitecore CMS 7.0 Content Author's Reference and Cookbook A Conceptual Overview and Practical Guide to Using Sitecore Table of Contents

More information

Content Author's Reference and Cookbook

Content Author's Reference and Cookbook Sitecore CMS 6 Content Author's Reference and Cookbook Rev. 080627 Sitecore CMS 6 Content Author's Reference and Cookbook A Conceptual Overview and Practical Guide to Using Sitecore Table of Contents Chapter

More information

Website Creating Content

Website Creating Content CREATING WEBSITE CONTENT As an administrator, you will need to know how to create content pages within your website. This document will help you learn how to: Create Custom Pages Edit Content Areas Creating

More information

BCI.com Sitecore Publishing Guide. November 2017

BCI.com Sitecore Publishing Guide. November 2017 BCI.com Sitecore Publishing Guide November 2017 Table of contents 3 Introduction 63 Search 4 Sitecore terms 66 Change your personal settings 5 Publishing basics 5 Log in to Sitecore Editing 69 BCI.com

More information

Sitecore guide building a blog

Sitecore guide building a blog Sitecore guide building a blog Creating the page Log in to Sitecore and open the content editor. In the content tree on the left hand side use the + icon to expand the area of the site the blog is intended

More information

INTRODUCTION TO BLACKBOARD

INTRODUCTION TO BLACKBOARD INTRODUCTION TO BLACKBOARD Working URL - https://www.d11.org Layout of the site MY START BAR CHANNEL BAR HEADER GLOBAL ICONS Logging In Use your email as your username and your network password. SITE MANAGER

More information

IBM Case Manager Version User's Guide IBM SC

IBM Case Manager Version User's Guide IBM SC IBM Case Manager Version 5.3.3 User's Guide IBM SC19-3274-10 IBM Case Manager Version 5.3.3 User's Guide IBM SC19-3274-10 This edition applies to Version 5 Release 3 Modification 3 of IBM Case Manager

More information

2013, Active Commerce 1

2013, Active Commerce 1 2013, Active Commerce 1 2013, Active Commerce 2 Active Commerce User Guide Terminology / Interface Login Adding Media to the Media Library Uploading an Item to the Media Library Editing the Media Meta

More information

Readme. HotDocs Developer Table of Contents. About This Version. About This Version. New Features and Enhancements

Readme. HotDocs Developer Table of Contents. About This Version. About This Version. New Features and Enhancements HotDocs Developer 11.0.4 Version 11.0.4 - January 2014 Copyright 2014 HotDocs Limited. All rights reserved. Table of Contents About This Version New Features and Enhancements Other changes from HotDocs

More information

Evoq 9 Content Managers Training Manual

Evoq 9 Content Managers Training Manual Evoq 9 Content Managers Training Manual Table of Contents Chapter 1: User Login... 2 User Login...2 User Login Screen...2 User Logout...2 Chapter 2: Navigating within Evoq 9...3 Editing Bar...3 Dashboard...4

More information

Page Editor Recommended Practices for Developers

Page Editor Recommended Practices for Developers Page Editor Recommended Practices for Developers Rev: 7 July 2014 Sitecore CMS 7 and later Page Editor Recommended Practices for Developers A Guide to Building for the Page Editor and Improving the Editor

More information

1. Begin by selecting [Content] > [Add Content] > [Webform] in the administrative toolbar. A new Webform page should appear.

1. Begin by selecting [Content] > [Add Content] > [Webform] in the administrative toolbar. A new Webform page should appear. Creating a Webform 1. Begin by selecting [Content] > [Add Content] > [Webform] in the administrative toolbar. A new Webform page should appear. 2. Enter the title of the webform you would like to create

More information

User Manual. Administrator s guide for mass managing VirtueMart products. using. VM Mass Update 1.0

User Manual. Administrator s guide for mass managing VirtueMart products. using. VM Mass Update 1.0 User Manual Administrator s guide for mass managing VirtueMart products using VM Mass Update 1.0 The ultimate product management solution for VirtueMart! Contents Product Overview... 3 Feature List...

More information

Readme. HotDocs Developer LE Table of Contents. About This Version. New Features and Enhancements. About This Version

Readme. HotDocs Developer LE Table of Contents. About This Version. New Features and Enhancements. About This Version HotDocs Developer LE 11.0.4 Version 11.0.4 - January 2014 Copyright 2014 HotDocs Limited. All rights reserved. Table of Contents About This Version New Features and Enhancements Other changes from HotDocs

More information

Administrative Training Mura CMS Version 5.6

Administrative Training Mura CMS Version 5.6 Administrative Training Mura CMS Version 5.6 Published: March 9, 2012 Table of Contents Mura CMS Overview! 6 Dashboard!... 6 Site Manager!... 6 Drafts!... 6 Components!... 6 Categories!... 6 Content Collections:

More information

Editing SEE Web Pages using Typo3

Editing SEE Web Pages using Typo3 School of Earth and Environment Editing SEE Web Pages using Typo3 Contents Page Logging in... 2 To edit existing content... 4 Practice page... 4 Using the rich text editor... 5 Cleaning up text from Word...

More information

Kendo UI. Builder by Progress : Using Kendo UI Designer

Kendo UI. Builder by Progress : Using Kendo UI Designer Kendo UI Builder by Progress : Using Kendo UI Designer Copyright 2017 Telerik AD. All rights reserved. December 2017 Last updated with new content: Version 2.1 Updated: 2017/12/22 3 Copyright 4 Contents

More information

1. Create your website. 2. Choose a template

1. Create your website. 2. Choose a template WEBSELF TUTORIAL Are you a craftsman or an entrepreneur? Having a strong web presence today is critical. A website helps let your visitors, prospects, customers and partners know who you are and what services

More information

Editing XML Data in Microsoft Office Word 2003

Editing XML Data in Microsoft Office Word 2003 Page 1 of 8 Notice: The file does not open properly in Excel 2002 for the State of Michigan. Therefore Excel 2003 should be used instead. 2009 Microsoft Corporation. All rights reserved. Microsoft Office

More information

EUSurvey 1.4 Editor Guide

EUSurvey 1.4 Editor Guide EUSurvey 1.4 Editor Guide What is the editor? The editor is used to create a You can use it to add questions and other elements to your Overview The editor consists of five main areas: Figure 1 General

More information

Layout and display. STILOG IST, all rights reserved

Layout and display. STILOG IST, all rights reserved 2 Table of Contents I. Main Window... 1 1. DEFINITION... 1 2. LIST OF WINDOW ELEMENTS... 1 Quick Access Bar... 1 Menu Bar... 1 Windows... 2 Status bar... 2 Pop-up menu... 4 II. Menu Bar... 5 1. DEFINITION...

More information

Kendo UI Builder by Progress : Using Kendo UI Designer

Kendo UI Builder by Progress : Using Kendo UI Designer Kendo UI Builder by Progress : Using Kendo UI Designer Notices 2016 Telerik AD. All rights reserved. November 2016 Last updated with new content: Version 1.1 3 Notices 4 Contents Table of Contents Chapter

More information

Getting Started with Access

Getting Started with Access MS Access Chapter 2 Getting Started with Access Course Guide 2 Getting Started with Access The Ribbon The strip across the top of the program window that contains groups of commands is a component of the

More information

Roxen Content Provider

Roxen Content Provider Roxen Content Provider Generation 3 Templates Purpose This workbook is designed to provide a training and reference tool for placing University of Alaska information on the World Wide Web (WWW) using the

More information

Virto SharePoint Forms Designer for Office 365. Installation and User Guide

Virto SharePoint Forms Designer for Office 365. Installation and User Guide Virto SharePoint Forms Designer for Office 365 Installation and User Guide 2 Table of Contents KEY FEATURES... 3 SYSTEM REQUIREMENTS... 3 INSTALLING VIRTO SHAREPOINT FORMS FOR OFFICE 365...3 LICENSE ACTIVATION...4

More information

inforouter PDF Conversion Service Installation Guide

inforouter PDF Conversion Service Installation Guide inforouter PDF Conversion Service Installation Guide PDF Conversion Service Installation Guide The PDF Conversion Web Service will allow inforouter users to convert HTML documents created using two tools

More information

Evoq 8 Content Managers Training Manual

Evoq 8 Content Managers Training Manual Evoq 8 Content Managers Training Manual Table of Contents Chapter 1: User Login... 2 User Login...2 User Login Screen...2 User Logout...2 Chapter 2: Navigating within Evoq 8...3 Editing Bar...3 Dashboard...4

More information

ISU BOL Tree: Configuration and Enhancement

ISU BOL Tree: Configuration and Enhancement ISU BOL Tree: Configuration and Enhancement Applies to: SAP CRM 7.0. For more information, visit the Customer Relationship Management homepage. Summary This document is aimed at understanding the configuration

More information

Inserting Typed Comments Applies to Microsoft Word 2007

Inserting Typed Comments Applies to Microsoft Word 2007 Inserting Typed Comments You can insert a comment 1 inside balloons 2 that appear in the document margins. Type a comment 1. Select the text or item that you want to comment on, or click at the end of

More information

How to use WordPress to create a website STEP-BY-STEP INSTRUCTIONS

How to use WordPress to create a website STEP-BY-STEP INSTRUCTIONS How to use WordPress to create a website STEP-BY-STEP INSTRUCTIONS STEP 1:Preparing your WordPress site Go to the Dashboard for your new site Select Appearance > Themes. Make sure you have Activated the

More information

CSC 330 Object-Oriented

CSC 330 Object-Oriented CSC 330 Object-Oriented Oriented Programming Using ADO.NET and C# CSC 330 Object-Oriented Design 1 Implementation CSC 330 Object-Oriented Design 2 Lecture Objectives Use database terminology correctly

More information

Data Definition Reference

Data Definition Reference Sitecore CMS 6.4-6.5 Data Definition Reference Rev. 2012-10-19 Sitecore CMS 6.4 6.5 Data Definition Reference A Conceptual Overview for CMS Administrators, Architects, and Developers Table of Contents

More information

A Guide to Quark Author Web Edition 2015

A Guide to Quark Author Web Edition 2015 A Guide to Quark Author Web Edition 2015 CONTENTS Contents Getting Started...4 About Quark Author - Web Edition...4 Smart documents...4 Introduction to the Quark Author - Web Edition User Guide...4 Quark

More information

All Applications Release Bulletin January 2010

All Applications Release Bulletin January 2010 All Applications Release Bulletin January 2010 In this bulletin... Online Enrollment: HTML Forms for Contracts 2 System Administration: MBP Online User Accounts 11 About Release 91_6 This release includes

More information

Joomla How To Setup Menu Item Type Module Add Customer

Joomla How To Setup Menu Item Type Module Add Customer Joomla How To Setup Menu Item Type Module Add Customer You can still control which modules display on which articles by manually setting the Create a menu called "hidden" and add a menu item for each of

More information

Creating Reports using Report Designer Part 1. Training Guide

Creating Reports using Report Designer Part 1. Training Guide Creating Reports using Report Designer Part 1 Training Guide 2 Dayforce HCM Creating Reports using Report Designer Part 1 Contributors We would like to thank the following individual who contributed to

More information

High-level accessibility review BTAA

High-level accessibility review BTAA High-level accessibility review BTAA (Engineering Village - final version) Primary Point of Contact Denis Boudreau Principal Web Accessibility Consultant Deque Systems, Inc. Web: www.deque.com Email: denis.boudreau@deque.com

More information

Lesson 1: Creating and formatting an Answers analysis

Lesson 1: Creating and formatting an Answers analysis Lesson 1: Creating and formatting an Answers analysis Answers is the ad-hoc query environment in the OBIEE suite. It is in Answers that you create and format analyses to help analyze business results.

More information

Chapter 10. Database Applications The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill

Chapter 10. Database Applications The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Chapter 10 Database Applications McGraw-Hill 2010 The McGraw-Hill Companies, Inc. All rights reserved. Chapter Objectives Use database terminology correctly Create Windows and Web projects that display

More information

Creating Pages with the CivicPlus System

Creating Pages with the CivicPlus System Creating Pages with the CivicPlus System Getting Started...2 Logging into the Administration Side...2 Icon Glossary...3 Mouse Over Menus...4 Description of Menu Options...4 Creating a Page...5 Menu Item

More information

Infragistics ASP.NET Release Notes

Infragistics ASP.NET Release Notes 2015.2 Release Notes Accelerate your application development with ASP.NET AJAX controls built to be the fastest, lightest and most complete toolset for rapidly building high performance ASP.NET Web Forms

More information

ARD SETOUT CREATING CIVIL 3D POINTS AND A POINTS TABLE

ARD SETOUT CREATING CIVIL 3D POINTS AND A POINTS TABLE ARD SETOUT CREATING CIVIL 3D POINTS AND A POINTS TABLE It s fair to say that ARD, by default, doesn t have the most glamorous display options for creating a point setout along a Road. Designers can, with

More information

Group Microsite Manual. A How-To Guide for the Management of SAA Component Group Microsites

Group Microsite Manual. A How-To Guide for the Management of SAA Component Group Microsites Group Microsite Manual A How-To Guide for the Management of SAA Component Group Microsites 2015-2016 Updated by Matt Black, SAA Web and Information Services Administrator Available online at www.archivists.org/governance.

More information

WebCT Customize Your Course Look How to Guide

WebCT Customize Your Course Look How to Guide WebCT Customize Your Course Look How to Guide HOW TO GUIDE CONTROL THE LOOK OF YOUR COURSE CALIFORNIA STATE UNIVERSITY, SACRAMENTO As a course instructor you are in control of how your course appears to

More information

Reusing and Sharing Data

Reusing and Sharing Data Sitecore CMS 6.4 Reusing and Sharing Data Rev: 2013-09-13 Sitecore CMS 6.4 Reusing and Sharing Data Tips and Techniques for Developers Table of Contents Chapter 1 Reusing and Sharing Data... 3 1.1 Sharing

More information

Eresia XML Interface Portal Version 1.1 CML

Eresia XML Interface Portal Version 1.1 CML Eresia XML Interface Portal Version 1.1 CML00034-11 Code Magus Limited (England reg. no. 4024745) Number 6, 69 Woodstock Road Oxford, OX2 6EY, United Kingdom www.codemagus.com Copyright c 2009 Code Magus

More information

High-level accessibility review BTAA (Ebsco ebooks - final version)

High-level accessibility review BTAA (Ebsco ebooks - final version) High-level accessibility review BTAA (Ebsco ebooks - final version) Primary Point of Contact Denis Boudreau Principal Web Accessibility Consultant Deque Systems, Inc. Web: www.deque.com Email: mailto:denis.boudreau@deque.com

More information

Vizit Essential for SharePoint 2013 Version 6.x User Manual

Vizit Essential for SharePoint 2013 Version 6.x User Manual Vizit Essential for SharePoint 2013 Version 6.x User Manual 1 Vizit Essential... 3 Deployment Options... 3 SharePoint 2013 Document Libraries... 3 SharePoint 2013 Search Results... 4 Vizit Essential Pop-Up

More information

Sitecore Experience Accelerator 1.3 Rev: September 13, Sitecore Experience Accelerator 1.3

Sitecore Experience Accelerator 1.3 Rev: September 13, Sitecore Experience Accelerator 1.3 Sitecore Experience Accelerator 1.3 Rev: September 13, 2018 Sitecore Experience Accelerator 1.3 All the official Sitecore documentation. Page 1 of 98 Add, edit, and delete a rendering In the Experience

More information

The new layer will be part of the template because we want it to appear alongside the nav bar on every page.

The new layer will be part of the template because we want it to appear alongside the nav bar on every page. Chapter 6 Layers In this chapter you'll be creating the Chalets page. Like the other pages, the bulk of the Chalets page is made up of images and text set in a table which you are already familiar with.

More information

Lucid CMS User Guide

Lucid CMS User Guide "We create exceptional business solutions for cash-pay healthcare professionals that enable them to realize their full potential." Lucid CMS User Guide Version 1.2 3/13/2012 1 Table of Contents Table of

More information

ACT! Calendar to Excel

ACT! Calendar to Excel Another efficient and affordable ACT! Add-On by ACT! Calendar to Excel v.6.0 for ACT! 2008 and up http://www.exponenciel.com ACT! Calendar to Excel 2 Table of content Purpose of the add-on... 3 Installation

More information

ADDING RESOURCES IN MOODLE

ADDING RESOURCES IN MOODLE EDUCATIONAL TECHNOLOGY WORKSHOPS ADDING RESOURCES IN MOODLE Facilitators: Joseph Blankson (j-blankson), Chandra Dunbar (c-dunbar), Sharyn Zembower (s-zembower) A resource is an item that an instructor

More information

Web Programming and Design. MPT Senior Cycle Tutor: Tamara Week 1

Web Programming and Design. MPT Senior Cycle Tutor: Tamara Week 1 Web Programming and Design MPT Senior Cycle Tutor: Tamara Week 1 What will we cover? HTML - Website Structure and Layout CSS - Website Style JavaScript - Makes our Website Dynamic and Interactive Plan

More information

FileNET Guide for AHC PageMasters

FileNET Guide for AHC PageMasters ACADEMIC HEALTH CENTER 2 PageMasters have the permissions necessary to perform the following tasks with Site Tools: Application Requirements...3 Access FileNET...3 Login to FileNET...3 Navigate the Site...3

More information

Word Track Changes

Word Track Changes Word 2010 - Track Changes The Track Changes features of Word 2010 allow you to keep a record of formatting changes, text insertions and deletions, and comments made by multiple editors. Changes will appear

More information

UTAS CMS. Easy Edit Suite Workshop V3 UNIVERSITY OF TASMANIA. Web Services Service Delivery & Support

UTAS CMS. Easy Edit Suite Workshop V3 UNIVERSITY OF TASMANIA. Web Services Service Delivery & Support Web Services Service Delivery & Support UNIVERSITY OF TASMANIA UTAS CMS Easy Edit Suite Workshop V3 Web Service, Service Delivery & Support UWCMS Easy Edit Suite Workshop: v3 Contents What is Easy Edit

More information

The Distributor s Content Management Guide for subzero-wolf.com

The Distributor s Content Management Guide for subzero-wolf.com The Distributor s Content Management Guide for subzero-wolf.com Dear Distributor Partner Portal users, Please use this guide help you find your way around and assist you in editing Showroom detail page

More information

PowerPoint Tips and Tricks

PowerPoint Tips and Tricks PowerPoint Tips and Tricks Viewing Your Presentation PowerPoint provides multiple ways to view your slide show presentation. You can access these options either through a toolbar on your screen or by pulling

More information

Content Author's Reference and Cookbook

Content Author's Reference and Cookbook Sitecore CMS 7.2 Content Author's Reference and Cookbook Rev. 140225 Sitecore CMS 7.2 Content Author's Reference and Cookbook A Conceptual Overview and Practical Guide to Using Sitecore Table of Contents

More information

Chapter 1: Introduction

Chapter 1: Introduction Modeling in 3-D is the process of creating a mathematical representation of an object's surfaces. The resulting model is displayed on your screen as a two-dimensional image. Rhino provides tools for creating,

More information

Vector Issue Tracker and License Manager - Administrator s Guide. Configuring and Maintaining Vector Issue Tracker and License Manager

Vector Issue Tracker and License Manager - Administrator s Guide. Configuring and Maintaining Vector Issue Tracker and License Manager Vector Issue Tracker and License Manager - Administrator s Guide Configuring and Maintaining Vector Issue Tracker and License Manager Copyright Vector Networks Limited, MetaQuest Software Inc. and NetSupport

More information

DESCRIPTION OF NEW FUNCTIONS. Version 19.0

DESCRIPTION OF NEW FUNCTIONS. Version 19.0 DESCRIPTION OF NEW FUNCTIONS Version 19.0 This document describes new functions in Automation version 19. The Component Wizard has its own manual which describes all its functions. PCSCHEMATIC Automation

More information

Getting Started With the Cisco PAM Desktop Software

Getting Started With the Cisco PAM Desktop Software CHAPTER 3 Getting Started With the Cisco PAM Desktop Software This chapter describes how to install the Cisco PAM desktop client software, log on to Cisco PAM, and begin configuring access control features

More information

Installation Guide. Sitecore Federated Experience Manager. Installation & Configuration Guide

Installation Guide. Sitecore Federated Experience Manager. Installation & Configuration Guide Sitecore Federated Experience Manager Installation Guide Rev: 23 August 2014 Sitecore Federated Experience Manager Installation Guide Installation & Configuration Guide Table of Contents Chapter 1 Overview...

More information

Group Microsite Manual

Group Microsite Manual Group Microsite Manual A How-To Guide for the Management of SAA Component Group Microsites 2017-2018 Updated by Matt Black, SAA Web and Information Services Administrator Available online at http://www2.archivists.org/governance/leaderresources.

More information

Blue Mountain Community College Website Maintenance Instructions

Blue Mountain Community College Website Maintenance Instructions Blue Mountain Community College Prepared by Velda Arnaud August, 2014 Blue Mountain Community College Overview View the site any time by clicking on the Site Preview at the top of the screen. Urgent News

More information

Oracle WebCenter Content 11g: Content Server Customization

Oracle WebCenter Content 11g: Content Server Customization Oracle University Contact Us: Local: 0845 777 7 711 Intl: +44 845 777 7 711 Oracle WebCenter Content 11g: Content Server Customization Duration: 5 Days What you will learn This Oracle WebCenter Content

More information

Joomla How To Setup Menu Item Type Module Add New

Joomla How To Setup Menu Item Type Module Add New Joomla How To Setup Menu Item Type Module Add New A menu is an object which contains one or more menu items. Each menu item will have a specific menu item type. Create one or When you create the modules,

More information

Module 4: Creating Content Lesson 4: Creating Charts Learn

Module 4: Creating Content Lesson 4: Creating Charts Learn Module 4: Creating Content Lesson 4: Creating Charts Learn Welcome to Module 4, Lesson 4. In this lesson, you will learn how to create, edit, and save new charts based on your uploaded data using InfoAssist+.

More information

Infragistics ASP.NET Release Notes

Infragistics ASP.NET Release Notes 2013.2 Release Notes Accelerate your application development with ASP.NET AJAX controls built to be the fastest, lightest and most complete toolset for rapidly building high performance ASP.NET Web Forms

More information

User Guide: Content editing

User Guide: Content editing DIGITAL FACTORY 7.0 User Guide: Content editing Rooted in Open Source CMS, Jahia s Digital Industrialization paradigm is about streamlining Enterprise digital projects across channels to truly control

More information

The MAXQDA Stats Data Editor

The MAXQDA Stats Data Editor The Data Editor The Data Editor The MAXQDA Stats Data Editor displays the cases in the rows and the variables in the columns. Each case is therefore in a separate line. The following figure shows the Data

More information

To Do Panel. Contents

To Do Panel. Contents To Do Panel Contents Function Content and Use Adding Project-level To-Do Items Adding Document-level To-Do Items Right-click Menu Notes See Also Function The To-Do panel lists all To-Do items that are

More information

Virto SharePoint Forms Designer for Office 365. Installation and User Guide

Virto SharePoint Forms Designer for Office 365. Installation and User Guide Virto SharePoint Forms Designer for Office 365 Installation and User Guide 2 Table of Contents KEY FEATURES... 3 SYSTEM REQUIREMENTS... 3 INSTALLING VIRTO SHAREPOINT FORMS FOR OFFICE 365... 3 LICENSE ACTIVATION...

More information

Access Intermediate

Access Intermediate Access 2010 - Intermediate 103-134 Unit 6 - Data Integration Quick Links & Text References Overview Pages AC418 AC419 Showing Data on the Web Pages AC420 AC423 CSV Files Pages AC423 AC428 XML Files Pages

More information

Data Definition Reference

Data Definition Reference Sitecore CMS 7.0 or later Data Definition Reference Rev. 2017-01-17 Sitecore CMS 7.0 or later Data Definition Reference A Conceptual Overview for CMS Administrators, Architects, and Developers Table of

More information

Easy Edit Editing the Public Website

Easy Edit Editing the Public Website Easy Edit Editing the Public Website Recommended browser for using the easy edit suite: Firefox Editing a Live Page 2. Click on the edit button 3. Place the page in to safe edit mode Either by clicking

More information

Reading: Managing Files in Windows 7

Reading: Managing Files in Windows 7 Student Resource 13.4b Reading: Managing Files in Windows 7 Directions: All recent versions of Windows (XP, Vista, Windows 7) have fairly similar ways of managing files, but their graphic user interfaces

More information

Quark XML Author September 2016 Update for Platform with Business Documents

Quark XML Author September 2016 Update for Platform with Business Documents Quark XML Author 05 - September 06 Update for Platform with Business Documents Contents Getting started... About Quark XML Author... Working with the Platform repository... Creating a new document from

More information

Exchanger XML Editor - Grid Editing

Exchanger XML Editor - Grid Editing Exchanger XML Editor - Grid Editing Copyright 2005 Cladonia Ltd Table of Contents Editing XML using the Grid (Professional Edtion only)... 2 Grid Layout... 2 Opening an XML Document in the Grid View...

More information

Install using the Umbraco Package Manager

Install using the Umbraco Package Manager Installation instructions Using the Umbraco Package Manager This documentation is available and updated online http://www.bendsoft.com/downloads/tools- for- umbraco/sharepoint- doclib- for- umbraco/installation/

More information

HCA Tech Note 105: HTML displays with Client-Server

HCA Tech Note 105: HTML displays with Client-Server HCA Tech Note 105: HTML displays with Client-Server When using HCA in client-server mode and your design contains HTML displays there are some additional considerations when configuring clients. This technical

More information

This document describes the new features of MTpro version 3.1 compared to MTpro

This document describes the new features of MTpro version 3.1 compared to MTpro Recipient Cc This document describes the new features of MTpro version 3.1 compared to MTpro 3.0.1.0. Table of contents 1 New features of the basic software...2 1.1 Revisions of toolbars and document views...3

More information

Authoring Tool - Authoring steps

Authoring Tool - Authoring steps Authoring Tool - Authoring steps Import of Media via Media Import Tool Importing media Authoring of media via the Authoring Tool Authoring Threads Transform Threads to HTML or export it to another Authroing

More information

The Etomite Manual for website editors.

The Etomite Manual for website editors. The Etomite Manual for website editors. (Version: 1.1) Etomite is a web tool that allows your website to be user-editable. This means that you can add, edit, and delete pages and whole website sections

More information

Infragistics ASP.NET Release Notes

Infragistics ASP.NET Release Notes 2013.1 Release Notes Accelerate your application development with ASP.NET AJAX controls built to be the fastest, lightest and most complete toolset for rapidly building high performance ASP.NET Web Forms

More information

Lionbridge Connector for Sitecore. User Guide

Lionbridge Connector for Sitecore. User Guide Lionbridge Connector for Sitecore User Guide Version 4.0.2 March 28, 2018 Copyright Copyright 2018 Lionbridge Technologies, Inc. All rights reserved. Lionbridge and the Lionbridge logotype are registered

More information

NetAdvantage for ASP.NET Release Notes

NetAdvantage for ASP.NET Release Notes NetAdvantage for ASP.NET 2011.1 Release Notes Accelerate your application development with ASP.NET AJAX controls built on the Aikido Framework to be the fastest, lightest and most complete toolset for

More information

The Paperless Classroom with Google Docs by - Eric Curts

The Paperless Classroom with Google Docs by - Eric Curts The Paperless Classroom with Google Docs by - Eric Curts Table of Contents Overview How to name documents and folders How to choose sharing options: Edit, Comment, and View How to share a document with

More information

Enterprise Architect. User Guide Series. Testing. Author: Sparx Systems Date: 15/07/2016 Version: 1.0 CREATED WITH

Enterprise Architect. User Guide Series. Testing. Author: Sparx Systems Date: 15/07/2016 Version: 1.0 CREATED WITH Enterprise Architect User Guide Series Testing Author: Sparx Systems Date: 15/07/2016 Version: 1.0 CREATED WITH Table of Contents Testing 3 Test Management 4 Create Test Records 6 Working On Test Records

More information

in rich text controls as well as Word Document templates by adding them as document properties and these into the template.

in rich text controls as well as Word Document templates by adding them as document properties and these into the template. Document: MRM-1003-RN (0040) Page: 1 / 7 RELEASE NOTES SOFTWARE IDENTIFICATION Matrix Requirements Medical Release 1.6.1235.6238 NEW FUNCTIONALITY IN THIS RELEASE New Features MATRIX-708 Smart Text: reusable

More information

Enterprise Architect. User Guide Series. Testing. Author: Sparx Systems. Date: 10/05/2018. Version: 1.0 CREATED WITH

Enterprise Architect. User Guide Series. Testing. Author: Sparx Systems. Date: 10/05/2018. Version: 1.0 CREATED WITH Enterprise Architect User Guide Series Testing Author: Sparx Systems Date: 10/05/2018 Version: 1.0 CREATED WITH Table of Contents Testing 3 Test Management 4 Create Test Records 6 Working On Test Records

More information