This is a migrated thread and some comments may be shown as answers.

[Solved] Editor and the StandardButton Control (ASPNET AJAX Q1 2009)

1 Answer 57 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Chris Thompson
Top achievements
Rank 1
Chris Thompson asked on 08 May 2009, 05:02 PM
I am trying to run a customized version of the LinkManager dialog from my editor.  Below is my implementation of the editor in my HTML:

<tlk:RadEditor runat="server" ID="tlkEditor" ToolsFile="~/radcontrols/editor/ToolsFile.xml" ExternalDialogsPath="~/radcontrols/editor/dialogs/" Skin="Office2007" Width="600" EditModes="Design" OnClientLoad="OnClientLoad"
... 
</tlk:RadEditor> 

When I click on the LinkManager button in the toolbar the dialog comes up but with the following error message:

Parser Error Message: Unknown server tag 'tools:StandardButton'.

This error occurs in LinkManager.ascx, line 507:

 
<tools:StandardButton runat="server" id="DocumentManager" Name="DocumentManager"
</tools:StandardButton> 

The "tools" prefix is registered as:

<%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI.Editor" TagPrefix="tools" %> 

However, after using the object browser and reflector, I can find no "StandardButton" implementation in the Telerik.Web.UI dll, much less in the Telerik.Web.UI.Editor namespace.  Am I missing a reference somewhere or is the StandardButton control depreciated in favor of something else?

Thanks very much for the help.

1 Answer, 1 is accepted

Sort by
0
Chris Thompson
Top achievements
Rank 1
answered on 08 May 2009, 05:17 PM
I ALWAYS wait until DAYS of trying to figure out a problem before I submit it to the public...once I do...boom...I find the answer myself.  I was using an older version of the Telerik.Web.UI dll (from 2008) and not the Q1 2009 release.

Sorry.
Tags
Editor
Asked by
Chris Thompson
Top achievements
Rank 1
Answers by
Chris Thompson
Top achievements
Rank 1
Share this question
or