Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Error con la palabra "slider" en el editor para php

New Here ,
Oct 11, 2019 Oct 11, 2019

Hola a todos, quisiera saber que problema existe para que dreamweaver cc 2019 tenga el error que cuando escribes la palabra slider en el editor para php-html te marca error a la hora de guardar cambios, se atore y deje de funcionar mientras que en la edicion para un archivo .js no exista tal error, a que se debe esto???????????????????????????????

310
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Oct 11, 2019 Oct 11, 2019

The word slider is most likely a script class or variable.  When used incorrectly, it sends up a warning.   For greater insights, we would need to see your code.

 

Nancy O'Shea— Product User, Community Expert & Moderator
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Oct 11, 2019 Oct 11, 2019
pero no es una advertencia, simplemente el programa se atora y deja de funcionar al momento que se guardan los cambios, de hecho si espero a que reaccione de nuevo el programa, me muestra un mensaje que dice algo similar a esto: "lleva tiempo ejecutandose unknown script", este es mi codigo
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Oct 11, 2019 Oct 11, 2019

$('#slider-range').slider({

range:true, min:0,

max:40000,

values:[3000,6000],

step:500,

slide: function(event,ui) {

$('#amount').text('$ '+ui.values[0]+' - $ '+ui.values[1]);

$('#valor1').val(ui.values[0]); $('#valor2').val(ui.values[1]);

}

});

var sd1 = $('#slider-range').slider('values',0);

var sd2 = $('#slider-range').slider('values',1);

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Oct 11, 2019 Oct 11, 2019

I cannot reproduce the problem with what is shown. 

 

Nancy O'Shea— Product User, Community Expert & Moderator
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Oct 11, 2019 Oct 11, 2019
es que ese es el problema no se necesita hacer nada con el código, simplemente escribo eso tal y al guardar esos cambios que coloque entre etiquetas <scripts></scripts> dentro de un archivo .php y el dreamweaver se detine, no responde y despues se queda congelada la pantalla hasta q se cierra
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Oct 12, 2019 Oct 12, 2019
LATEST

I have an still cannot replicate the problem

 

clipboard_image_0.png

Wappler is the DMXzone-made Dreamweaver replacement and includes the best of their powerful extensions, as well as much more!
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines