Expand my Community achievements bar.

SOLVED

Button event modal window

Avatar

Level 2

I want to have a textfield and a button, and when i click that button i will go to a modal page created by me, that will return a string, and i want to insert that same string in the textfield.

Any ideas?

1 Accepted Solution

Avatar

Correct answer by
Former Community Member

Nope .....there are three ways to get data from external sources.

1. Import a data file (XML)

2. Access the data via a web service

3. Access the data via a database connection

Hope that helps

paul

View solution in original post

3 Replies

Avatar

Former Community Member

The model page woudl have to built into the form ... is this what you had in mind?

Paul

Avatar

Level 2

The goal is to have a external modal page, that will return an array of strings, which are the result of a search operation performed in that same page, and insert that array of strings into a combo box. Is it possible?

Thanks in advance!

Avatar

Correct answer by
Former Community Member

Nope .....there are three ways to get data from external sources.

1. Import a data file (XML)

2. Access the data via a web service

3. Access the data via a database connection

Hope that helps

paul

The following has evaluated to null or missing: ==> liqladmin("SELECT id, value FROM metrics WHERE id = 'net_accepted_solutions' and user.id = '${acceptedAnswer.author.id}'").data.items [in template "analytics-container" at line 83, column 41] ---- Tip: It's the step after the last dot that caused this error, not those before it. ---- Tip: If the failing expression is known to be legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)?? ---- ---- FTL stack trace ("~" means nesting-related): - Failed at: #assign answerAuthorNetSolutions = li... [in template "analytics-container" at line 83, column 5] ----