1
vote
1answer
15 views
Quick question: Replace_html a second time ??
Hey guy. It's me again :).
Apparently I am not allowed in KRL to replace (replace_html) a div a second time !!
I seem to have some difficulties doing that ...
Can I in RULE B re …
2
votes
1answer
16 views
KRL supports close events for notifications, great. But how about side-tabs and floats or even krl popups ?
The title says it all. Can this be done with KRL ?
close_notification() allows you to attach a close event for a notification to an element or set of elements identified by the se …
2
votes
1answer
45 views
Remembering user-entered variable(s) ???
Let's say that im getting some data from the user (name) to render some information (using this technique (Thank you Alex): http://devex.kynetx.com/questions/505/apps-calling-anoth …
1
vote
1answer
16 views
Way to exclude sub directory dispatch?
We know that you can prevent rules from executing on subdomains by using regular expressions in the select statement. Does the same thing work for sub directories? For example, if …
1
vote
1answer
28 views
Replacing an Iframe element
I am trying to replace an element within an Iframe using the replaceWith JQuery function. Specifically in gmail. Using the information found in this question, I was able to find th …
2
votes
1answer
67 views
Apps Calling Another App (passing a user-entered variable)
So a krl app can dynamically call a second one. Nicely explained here by Steve: http://devex.kynetx.com/questions/472/apps-calling-another-app
But can variables be passed from app …
2
votes
2answers
58 views
Getting a specific element from a page (extracting from html tags)
I know how to extract a search terms from google search results using the KRL native search term grabber, but I cant figure out a good way of getting the user's google id (the one …
1
vote
2answers
36 views
Global Variables
I can't seem to find documentation on global variables. Is there any? I would like to be able to pass variables between rules or share them with multiple rules. What functionality …
0
votes
1answer
43 views
RSS parser removing <br /> tags from feed content
I have an app that's pulling in an RSS feed as a dataset:
dataset posts:RSS <- "http://example.com/posts.xml" cachable for 10 minutes;
Some of the content of the entries cont …
1
vote
1answer
39 views
Quick Question: Variable in dataset/source call/url ?
Quick question: Can I put a variable MyVariable in a datasource/set call ? For a certain reason this is not working ...
datasource btweets <- "http://backtweets.com/search.json …
1
vote
2answers
48 views
How to prevent Kynetx apps from firing with iFrames
How would one stop a rule from firing within an iFrame? Probably a simple issue, and I've simply overlooked the obvious. In particular the Kynetx application under development incl …
3
votes
1answer
80 views
How do i capture a specific element on a page and post it?
Can I put a button on a search engine result page that, when clicked, would capture the search terms and post them to - let's say - an API ?
Thx Guys :)))
2
votes
1answer
43 views
New jQuery Plugin Suggestion: Page Slide
Hey Guys. It's good to be here.
I would like to suggest a new plugin (KRL built-in action). I love the side tab but side tabs (depending on what's in them) can look too much like …
1
vote
1answer
40 views
Specific item_lookup returns blank object
I am using code from the help file using the Amazon API trying to retrieve the details for a specific Amazon product via the ASIN. When I test the app, the message box appears but …
1
vote
1answer
31 views
jQuery UI plugins
I don't want to beat a dead horse by bringing this up again, but there have been several questions about using jQuery plugins in Kynetx apps and the answer has usually been "this i …
