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 8184331
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T01:28:01+00:00 2026-06-07T01:28:01+00:00

This is my page: http://bryntum.com/examples/gantt-latest/examples/basic/basic.html I want to get current value of Start and

  • 0

This is my page:

http://bryntum.com/examples/gantt-latest/examples/basic/basic.html

I want to get current value of Start and Finish date.
( I will later implement a button, that user can press and then it will get all dates and post them somewhere). At the moment I just need somehow to get the date values.

At first the values are loaded from XML, but you can change the values manually.

I tried looking into source code, but was not able to get the field IDs etc.

So how I can access those fields with JS?

  • 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-06-07T01:28:03+00:00Added an answer on June 7, 2026 at 1:28 am

    In case you’re still looking for JS solution:

    I couln’t use Jquery, does the server support it?

    By using JS, since the cells do not have an ID, you can access your fields by class name:

    document.getElementsByClassName("x-grid-cell-inner ");
    

    And than iterating trough the returned array.

    Complete code:

    var data = document.getElementsByClassName("x-grid-cell-inner ");
    var mark = 0;
    var out = "";
    var patt=/\d\/\d/;
    for (i in data) {
        var txt = new String(data[i].innerHTML);
        if (patt.test(txt)) {
            if (mark == 0) {
                out += "start: "+txt+" ";
                mark = 1;
            } else {
                mark = 0;
                out += "end: "+txt+" ";
            }
        }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

On this page: http://www.anasiamusic.com/bio.html in the body text (Ana Sia's DJ crate is a
On this page: http://code.google.com/apis/accounts/docs/OAuth2UserAgent.html Google gives instructions for doing oauth with client side applications
in this page: http://www.studiokhalid.com/test/jquery/2.html I am trying to use a simple Jquery Coda slider
From this page (http://developer.apple.com/programs/ios/distribute.html) I've read this Custom B2B Apps You can also offer
On this page: http://developers.facebook.com/docs/opengraph/using-app-tokens/ It describes how to get the app access token, yet
On this page: http://thegoodgirlsnyc.com/index.html?page=about When the user rolls over the names of the team
On this page: http://www.ubhape2.com/formhelp.html I have 3 file uploads. I have it set now
On this page ( http://www.comehike.com/hikes/hiking_group.php?hiking_group_id=2 ), I'm trying to get on the right side,
This page -- http://webdesign.about.com/od/localization/l/blhtmlcodes-punc.htm -- shows a list of HTML characters that can be
On this page: Is given on this page: http://developer.android.com/resources/tutorials/views/hello-listview.html . , the below tip

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.