100% Quality Private Proxies » TOP Anonymous + Buy Proxy Cheap Price!100% Quality Private Proxies » TOP Anonymous + Buy Proxy Cheap Price!100% Quality Private Proxies » TOP Anonymous + Buy Proxy Cheap Price!100% Quality Private Proxies » TOP Anonymous + Buy Proxy Cheap Price!
    0
  •   was successfully added to your cart.
  • Buy Proxies
  • Features
  • Info
  • Contacts
  • Blog
  • Account

For The Same Price! 2x MORE PROXIES $750 Private Proxies 5,000 2,500 Private Proxies 50 100 250 500 1,000 100 200 500 1,000 2,000 Private Proxies Private Proxies Private Proxies Private Proxies $30 $50 $100 $180 $340 BUY! BUY! BUY! BUY! BUY! BUY!

I want to create a customized kind with a textfield through which I enter some knowledge and it will get saved within the variable desk.

The shape ought to solely include the Add, Take away, and Add extra button so as to add extra textfields.

When the textfield is empty, there must be an Add button; when the textfield is just not empty, there must be a Take away button.
Clicking on the Add extra button ought to create an empty textfield with an Add button.

All this have to occur with out web page reload.

I used to be in a position so as to add the Add, Take away, Add extra, and Submit buttons.
I regarded into the accessible sources and instance modules, however I can not discover useful sources.

Can anybody assist me to change the code in order that the Submit button might be eliminated?

operate mymodule_menu() {
    $objects = array();
    $objects['admin/mymodule'] = array(
        'title' => t('Instance kind'),
        'sort' => MENU_CALLBACK,
        'web page callback' => 'drupal_get_form',
        'web page arguments' => array('mymodule_ajax_example_add_more'),
        'entry callback' => TRUE,
    );

    return $objects;
}

operate mymodule_ajax_example_add_more($kind, &$form_state) {
  $mymodule_ajax_events = variable_get('mymodule_ajax_example_content', array());
  $mymodule_ajax_events_count = depend($mymodule_ajax_events);
  if ($mymodule_ajax_events_count == 0) {
    $mymodule_ajax_events_count = 1;
  }

  $kind = array();
  $kind['#tree'] = TRUE;
  $kind['mymodule_ajax_events'] = [
    '#type' => 'container',
    '#weight' => 80,
    '#tree' => TRUE,
    // Set up the wrapper so that AJAX will be able to replace the fieldset.
    '#prefix' => '<div id="js-ajax-elements-wrapper">',
    '#suffix' => '</div>',
  ];
  $form_state['field_deltas'] = isset($form_state['field_deltas']) ? $form_state['field_deltas'] : vary(0, $mymodule_ajax_events_count-1);

  $field_count = $form_state['field_deltas'];
  foreach ($field_count as $delta) {
    $kind['mymodule_ajax_events'][$delta] = [
      '#type' => 'container',
      '#attributes' => [
        'class' => ['container-inline'],
      ],
      '#tree' => TRUE,
    ];

    $kind['mymodule_ajax_events'][$delta]['event_url'] = [
      '#type' => 'textfield',
      '#title' => t('Event URL' . ($delta + 1)),
      '#size' => 40,
      '#default_value' => (isset($mymodule_ajax_events[$delta])) ? $mymodule_ajax_events[$delta] : '',
    ];

    $kind['mymodule_ajax_events'][$delta]['remove_event_url'] = array(
      '#sort' => 'submit',
      '#worth' => t('Take away'),
      '#submit' => ['mymodule_ajax_example_add_more_remove'],
      '#ajax' => [
        'callback' => 'mymodule_ajax_example_add_more_remove_callback',
        'wrapper' => 'js-ajax-elements-wrapper',
      ],
      '#weight' => 50,
      '#attributes' => [
        'class' => ['button-small'],
      ],
      '#identify' => 'remove_event_url_' . $delta,
    );
  }

  $kind['mymodule_ajax_events']['add_event_url'] = array(
    '#sort' => 'submit',
    '#worth' => t('Add yet one more'),
    '#submit' => ['mymodule_ajax_example_add_more_add_one'],
    '#ajax' => [
      'callback' => 'mymodule_ajax_example_add_more_add_one_callback',
      'wrapper' => 'js-ajax-elements-wrapper',
    ],
    '#weight' => 1,
  );
    $kind['submit'] = array(
    '#sort' => 'submit',
    '#worth' => t('Submit'),
    '#weight' => 100,
  );

  return $kind;
}

operate mymodule_ajax_example_add_more_remove($kind, &$form_state) {
  $delta_remove = $form_state['triggering_element']['#parents'][1];
  $ok = array_search($delta_remove, $form_state['field_deltas']);
  unset($form_state['field_deltas'][$k]);

  $form_state['rebuild'] = TRUE;
  drupal_get_messages();
}

operate mymodule_ajax_example_add_more_remove_callback($kind, &$form_state) {
  return $kind['mymodule_ajax_events'];
}

operate mymodule_ajax_example_add_more_add_one($kind, &$form_state) {
  $form_state['field_deltas'][] = depend($form_state['field_deltas']) > 0 ? max($form_state['field_deltas']) + 1 : 0;
  //mymodule_ajax_example_add_more_validate();
  $form_state['rebuild'] = TRUE;
  // drupal_get_messages();
}

operate mymodule_ajax_example_add_more_add_one_callback($kind, $form_state) {
  return $kind['mymodule_ajax_events'];
}

operate mymodule_ajax_example_add_more_validate($kind, $form_state) {
    dpm($form_state);
  foreach ($form_state['values']['mymodule_ajax_events'] as $key => $merchandise) {
      //dpm($merchandise);
      dpm($merchandise['event_url']);
   if (!empty($merchandise['event_url'])) {
      if (!preg_match('/https://instance.com.*/i', $merchandise['event_url'])) {
        form_set_error("mymodule_ajax_events][$key][event_url", 'Enter a valid Event URL.' . ($key + 1));
        //
      }else{
       drupal_set_message('URL ' . ($key + 1) . ' Created' );
   }
  }
 }
}

function mymodule_ajax_example_add_more_submit($form, $form_state) {
  $events_content = array();
  $events_count = 0;
  foreach ($form_state['values']['mymodule_ajax_events'] as $key => $merchandise) {
    if (!empty($merchandise['event_url'])) {
      $events_content[] = $merchandise['event_url'];
      $events_count++;
   }
 }
  variable_set('mymodule_ajax_example_content', $events_content);
  variable_set('mymodule_ajax_example_count', $events_count);
}

Best Quality Private Proxies by Proxyti:

fully anonymous

100% anonymous and safe reliable private proxies

1,000 mb/s speed

Blazing fast proxy servers with up to 1,000 mb/s speed

Elite quality

Best quality proxies from world and USA locations

Unlimited bandwidth

No limits of using your proxies - truly unlimited bandwidth

Buy Now - Get 2X More Proxies:

100 Private Proxies

$30/month

$0.3 Per Proxy
Private and Anonymous
Ultra Fast Speed
Unlimited Bandwidth
USA or Worldwide
2X More Proxies!
Buy now!

200 Private Proxies

$50/month

$0.25 Per Proxy
Private and Anonymous
Ultra Fast Speed
Unlimited Bandwidth
USA or Worldwide
2X More Proxies!
Buy now!

500 Private Proxies

$100/month

$0.2 Per Proxy
Private and Anonymous
Ultra Fast Speed
Unlimited Bandwidth
USA or Worldwide
2X More Proxies!
Buy now!

1,000 Private Proxies

$180/month

$0.18 Per Proxy
Private and Anonymous
Ultra Fast Speed
Unlimited Bandwidth
USA or Worldwide
2X More Proxies!
Buy now!

2,000 Private Proxies

$340/month

$0.17 Per Proxy
Private and Anonymous
Ultra Fast Speed
Unlimited Bandwidth
USA or Worldwide
2X More Proxies!
Buy now!

5,000 Private Proxies

$750/month

$0.15 Per Proxy
Private and Anonymous
Ultra Fast Speed
Unlimited Bandwidth
USA or Worldwide
2X More Proxies!
Buy now!

Our Unbeatable Proxy Features:

Anonymous Proxies

100% security with our proxies – anonymous and secure proxy experience

Ultra Fast Speed

Proxyti offers up to 1,000 mb/s ultra fast proxy speed – feel the real power!

Unlimited Bandwidth

No data limits for your proxies – truly unlimited proxy bandwidth for you!

Proxy Authentication

We secure proxies with IP authentication – use your proxies with your own IP

Elite Quality

Highest proxy quality guarantee with supported HTTP/HTTPS and SOCKS connections

Great Prices

Proxyti offers great proxies for great prices – this is what we call new proxy era!

USA Locations

You can choose USA or random proxies locations when ordering for free

No Limitations

We don’t have any limits – you can use your proxies with every software or program!

Lots Of Subnets

The more proxies you buy, the more subnets you get – it is worth ordering more!

Semi Dedicated

Our proxies are shared with maximum of 5 users at a time, but they are still anonymous

Fast Delivery

We deliver your ordered proxies in your email in .txt file – this is simple as that

Awesome Support

Have any questions or want more information – please contact us anytime!


About Proxyti

We deliver quality private proxy solutions for everyone – fast, anonymous, secure and unlimited proxies by Proxyti.
 

Secure Payments

All payments are made via Paypal – safe and secure payment system administrator

Top rated products

  • 200 Private Proxies
    Rated 4.80 out of 5
    $50.00 / month
  • 1000 Private Proxies
    Rated 4.79 out of 5
    $180.00 / month

Connect with us

Copyright Proxyti.com | All Rights Reserved
DreamProxies.com Private Elite Proxies 100 Private Proxies 200 Private Proxies 400 Private Proxies 1000 Private Proxies 2000 Private Proxies 5000 Private Proxies Fast and Anonymous Private Proxies Proxyti Private Proxies Like Never Before Buy Quality Premium Private Proxies Proxies123.com - Your Best Private Proxies Buy Cheap Private Shared Proxies Maximum Power Private Proxies USA Location Private Datacenter Proxies Buy Best Private Proxies Buy Private Proxies Best Price HostingsCoupons.com - Get Free Web Hosting Coupons
  • Buy Proxies
  • Features
  • Info
  • Contacts
  • Blog
  • Account
100% Quality Private Proxies » TOP Anonymous + Buy Proxy Cheap Price!
    0 items