search for: scriptfrag

Displaying 8 results from an estimated 8 matches for "scriptfrag".

Did you mean: scriptframe
2005 Aug 11
2
Seeking Assistance
My company is currently evaluating the Prototype javascript library for possible use in a new project. I discovered what may or may not be a problem with both the 1.3.0 and 1.4.0_pre2 versions of the library, centered around the ScriptFragment regex. The question: is this an appropriate forum for seeking help with this? Or is there another to which someone might direct me to? Thanks in advance, Chris Tembreull
2007 Mar 03
1
Ajax.Updater with evalScripts: true strips curly braces
When I return an html fragment to Ajax.Updater with evalScripts: true set, and there is a script fragment with curly braces in it (a function declaration or an object literal), the curly braces are getting stripped out somehow, and leaving me with invalid JS. I think this is the case because I put an alert in the evalScripts method right before the "return eval(script)" and it had no
2005 Jul 20
0
script.aculo.us 1.1 beta 1 ready
...h draggables * Added support for cancelling dragging my hitting ESC * Changed logic of drag-and-drop to only include the last referenced droppable when firing a drop event. This change also offers slight performance gains. [Dominik Wagner] * Added addtional effects test page, added tests for scriptfragment matching -- Thomas
2005 Aug 23
2
using the evalScript option on Ajax.Updater
...t;); </script> But the scripts var inside of updateContent is still coming out as null. Thus, obviously, my alert isn''t being run, because it doesn''t think it''s a script. My regex is a little rusty, so I''m not quite sure what the ":" does in the ScriptFragment variable it''s using to parse out JS code to then eval. Any tips? Thanks much! Rahul
2007 Jun 13
3
Template symbols
How can I retrieve a list of symbols from any template string? See the example below. I''d like to be able to retrieve [''title'', ''author''] from that template. ''The TV show #{title} was created by #{author}.'' --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google
2005 Sep 27
8
prototype.js
Hi *, We don''t know if you guys are the right audience, but we got a problem with prototype.js we need to solve. Essentially, it is a compatibility bug with the IE. We wrote a component so it updates itself periodically using AJAX. we used the prototype.js to accomplish this (using the periodicalUpdater object). now the component works fine using firefox or opera, but NOT with IE. the
2009 Jul 07
0
[PATCH server] Update app to work with rails 2.3.2
....__proto__ !== - document.createElement('form').__proto__ + document.createElement('div')['__proto__'] && + document.createElement('div')['__proto__'] !== + document.createElement('form')['__proto__'] }, ScriptFragment: '<script[^>]*>([\\S\\s]*?)<\/script>', @@ -83,12 +86,13 @@ Class.Methods = { var property = properties[i], value = source[property]; if (ancestor && Object.isFunction(value) && value.argumentNames().first() == "$super")...
2009 Jul 20
9
Upgrade server to run on Rails 2.3.2/F11
Note that one of the 8 patches (#6) will be sent separately in reply to this email, as some of the replaced lines are too long, so git won't let me send the email. However, there is nothing wrong with that patch, and it should be applied in the sequence listed below. Note also that I assume this will be tested on a clean f11 install, rather than an upgrade of an existing ovirt server