È possibile utilizzare i metodi get o post di jquery per recuperare dati dinamici in un modulo di blocco aa drupal7.x. Sono un novizio di Drupal. Ecco il mio file event_calendar.module function event_calendar_help($path, $arg) { switch ($path) { case "admin/help#event_calendar": return '<p>'. t("A block module that creates events and lists …
Ho un elemento di forma generico: $form['date'] = array( '#type' => 'textfield', '#title' => t( 'Date' ), ); Che voglio aggiungere il jpery ui datepicker a questo elemento. C'è un modo per farlo attraverso il modulo API o devo aggiungere quanto segue usando drupal_add_js: $('#edit-date').datepicker(); O c'è un altro modo …
We use cookies and other tracking technologies to improve your browsing experience on our website,
to show you personalized content and targeted ads, to analyze our website traffic,
and to understand where our visitors are coming from.
By continuing, you consent to our use of cookies and other tracking technologies and
affirm you're at least 16 years old or have consent from a parent or guardian.