Search Results

Type: Posts; User: fporrata

Search took 0.01 seconds.
  1. I am using a DashBoard controller.

    I have the following Click Action in the DirecEvents for a button


    de.Click.Action = Url.Action("CreateChooser", new { id = 1 });

    The call should be...
  2. Thank you. Please close this thread.
  3. I have the following Razor code:

    Html.X().Container()
    .ID("ViewContainer2")
    .Loader(Html.X().ComponentLoader()
    .Url(Url.Action("Portlet"))
    ...
  4. I tried the following:


    Ext.get('West1').load({
    url: '/Dashboard/HistoryPortlet/',
    //scripts: true,
    renderer: "script",
    params: {
    ...
  5. I have a portlet which a want to reload using javascript.

    This is the portlet:

    portlets.Add(

    new Portlet
    {
    ID = "West1",
    Loader =...
  6. The chart's store ID is "Store2"

    I was wondering if there is something I can do in client script such as:


    <script>

    var treePanelItemclicked = function (item, record, node,...
  7. I have a chart that I can reuse for different kind of data. I created a treepanel from the Simple example in which I display selections that can determine how the chart is going to display the data....
  8. I am working on a dashboard that will show up to 4 charts. I want the user to be able to select from a drop down the charts he or she wants to display. I am using the Portal example as a framework...
  9. Found code for example in download by selecting examples in Explorer.
  10. The MVC source code uses the following files that are not included in the source code:

    Layout = "~/Views/Shared/_BaseLayout.cshtml";
    ChartModel.GenerateData()); //MVC Model


    Is there a way...
Results 1 to 10 of 10