Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7671623
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T16:06:06+00:00 2026-05-31T16:06:06+00:00

I am developing a web application which will be added as a custom page

  • 0

I am developing a web application which will be added as a custom page in Tridion.

On the custom page I’d like to select a component of schema X. I want to use the ItemSelectControl for this purpose but I don’t know how I can open that control from my custom page since I am not able to access any of Tridions javascript namespaces (e.g. $model or $const). I could simply open a new popup with the url to the ItemSelectControl and create my own filter in json but I’d rather use the constants defined in Tridions javascript namespace.

Is there a simple way to add references or something to my web application in order to access Tridions javascript namespaces? If not, do you have any suggestions how I should solve this?

More information on the custom page:

  • CMS server hostname: testcms

  • An empty ASP.NET project with one aspx page called Test.aspx published to path C:\TestPage\

  • In IIS, a web application called TestPage in the SDL Tridion site with path to C:\TestPage\

  • Trying to access the page in a broswer with url: http://testcms/TestPage/Test.aspx

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T16:06:07+00:00Added an answer on May 31, 2026 at 4:06 pm

    You can accomplish this by using the following markup/code for your popup. (Popup page must be an .aspx page)

    <%@ Page Language="C#" AutoEventWireup="true" Inherits="Tridion.Web.UI.Controls.TridionPage" ClassName="DashboardView" %>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html class="tridion popup">
    <head>
        <!-- Tridion manager -->
        <cc:TridionManager runat="server" Editor="CME">
            <dependencies runat="server">       
                <dependency runat="server">Tridion.Web.UI.Editors.CME</dependency>
                <dependency runat="server">Tridion.Web.UI.Editors.CME.commands</dependency>
                <dependency runat="server">Tridion.Web.UI.Editors.CME.globalCommands</dependency>
                <dependency runat="server">Tridion.Web.UI.Controls.Popup</dependency>
            </dependencies>
        </cc:TridionManager>
    </head>
    <body>
        My popup
    </body>
    

    This means that there is a dependency between your application and Tridion, because your popup page must inherit Tridion.Web.UI.Control.TridionPage. It’s up to you if you want this. I don’t know of another way to add the Tridion JavaScript files.
    (This approach is also used in the PowerTools project. Check it out here: http://code.google.com/p/tridion-2011-power-tools/)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm currently involved with developing a C# CMS-like web application which will be used
I am currently developing a GTK# application which will use a component to view
I developing an application in which i calling web services on iphone. I want
I am planning on developing .NET web application which also will be accessed from
I'm developing a web based application built on codeigniter which will also have a
I am in the processing of developing a web application which will integrate directly
We're currently in the process of developing a web-based application which will require the
I am developing a Spring (Java framework for server-side web-development)web application, which will respond
I am currently developing a web application which will be used by multiple clients,
I am developing a web application in which I will have customers and suppliers.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.