Tell me more ×
Drupal Answers is a question and answer site for Drupal developers and administrators. It's 100% free, no registration required.

I'm extremely new to Drupal and have gotten to this point because I merely want a test page for calendar widgets that I want to develop. I am working with a product called Trumba which will generate a snippet of javascript and I'd like to see what that looks like on a web page. At a high level, can I accomplish this with Drupal? I think if the answer is "yes," I can begin the discovery process. If the answer is "no," then you all will have saved me an immense amount of time.

share|improve this question
short answer: yes – Aboodred1 Apr 29 at 19:46

1 Answer

yes, you can do everything with drupal)

Try to use drupal_add_js() function to add your js.

share|improve this answer
Drupal can't do everything - only Chuck Norris can. – Ayesh K Apr 29 at 22:46

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.