You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@zeppelin.apache.org by Marc Warren <ma...@gmail.com> on 2016/01/14 20:21:06 UTC

autocompletion

If I create a text box.  Is there anyway to implement auto completion.  I
recall some discussion about adding autocompletion to the wish list back in
September

Thanks,

Marc

Re: autocompletion

Posted by Marc Warren <ma...@gmail.com>.
Thanks I got it working 

Sent from my iPhone

> On Feb 1, 2016, at 4:19 PM, Corneau Damien <co...@gmail.com> wrote:
> 
> Hi Marc,
> I think this example might be what you are looking for:
> https://www.zeppelinhub.com/viewer/notebooks/aHR0cHM6Ly9yYXcuZ2l0aHVidXNlcmNvbnRlbnQuY29tL2Nvcm5lYWRvdWcvWmVwcGVsaW4tTm90ZWJvb2tzL21hc3Rlci9BdXRvLUNvbXBsZXRlLU11bHRpU2VsZWN0L25vdGUuanNvbg
> 
>> On Fri, Jan 15, 2016 at 10:49 AM, Marc Warren <ma...@gmail.com> wrote:
>> ​Ideally, I would like to to have a string array containing all possible symbols a user can enter.  Then as the user enters a symbol into either a dynamic form or in the angular display system, as the user types, I'd like to check it against the allowed list and provide an auto completion option.​
>> 
>>> On Fri, Jan 15, 2016 at 11:58 AM, moon soo Lee <mo...@apache.org> wrote:
>>> Hi Marc,
>>> 
>>> Could you be little bit more specific?
>>> Text box can be created either by dynamic form (http://zeppelin.incubator.apache.org/docs/latest/manual/dynamicform.html) or angular display system (http://zeppelin.incubator.apache.org/docs/latest/displaysystem/angular.html) 
>>> Which one are you referring?
>>> 
>>> Thanks,
>>> moon
>>> 
>>>> On Thu, Jan 14, 2016 at 11:21 AM Marc Warren <ma...@gmail.com> wrote:
>>>> If I create a text box.  Is there anyway to implement auto completion.  I recall some discussion about adding autocompletion to the wish list back in September
>>>> 
>>>> Thanks,
>>>> 
>>>> Marc
> 

Re: autocompletion

Posted by Corneau Damien <co...@gmail.com>.
Hi Marc,
I think this example might be what you are looking for:
https://www.zeppelinhub.com/viewer/notebooks/aHR0cHM6Ly9yYXcuZ2l0aHVidXNlcmNvbnRlbnQuY29tL2Nvcm5lYWRvdWcvWmVwcGVsaW4tTm90ZWJvb2tzL21hc3Rlci9BdXRvLUNvbXBsZXRlLU11bHRpU2VsZWN0L25vdGUuanNvbg

On Fri, Jan 15, 2016 at 10:49 AM, Marc Warren <ma...@gmail.com> wrote:

> ​Ideally, I would like to to have a string array containing all possible
> symbols a user can enter.  Then as the user enters a symbol into either a
> dynamic form or in the angular display system, as the user types, I'd like
> to check it against the allowed list and provide an auto completion option.​
>
> On Fri, Jan 15, 2016 at 11:58 AM, moon soo Lee <mo...@apache.org> wrote:
>
>> Hi Marc,
>>
>> Could you be little bit more specific?
>> Text box can be created either by dynamic form (
>> http://zeppelin.incubator.apache.org/docs/latest/manual/dynamicform.html) or
>> angular display system (
>> http://zeppelin.incubator.apache.org/docs/latest/displaysystem/angular.html
>> )
>> Which one are you referring?
>>
>> Thanks,
>> moon
>>
>> On Thu, Jan 14, 2016 at 11:21 AM Marc Warren <ma...@gmail.com>
>> wrote:
>>
>>> If I create a text box.  Is there anyway to implement auto completion.
>>> I recall some discussion about adding autocompletion to the wish list back
>>> in September
>>>
>>> Thanks,
>>>
>>> Marc
>>>
>>>
>>>
>

Re: autocompletion

Posted by Marc Warren <ma...@gmail.com>.
​Ideally, I would like to to have a string array containing all possible
symbols a user can enter.  Then as the user enters a symbol into either a
dynamic form or in the angular display system, as the user types, I'd like
to check it against the allowed list and provide an auto completion option.​

On Fri, Jan 15, 2016 at 11:58 AM, moon soo Lee <mo...@apache.org> wrote:

> Hi Marc,
>
> Could you be little bit more specific?
> Text box can be created either by dynamic form (
> http://zeppelin.incubator.apache.org/docs/latest/manual/dynamicform.html) or
> angular display system (
> http://zeppelin.incubator.apache.org/docs/latest/displaysystem/angular.html
> )
> Which one are you referring?
>
> Thanks,
> moon
>
> On Thu, Jan 14, 2016 at 11:21 AM Marc Warren <ma...@gmail.com>
> wrote:
>
>> If I create a text box.  Is there anyway to implement auto completion.  I
>> recall some discussion about adding autocompletion to the wish list back in
>> September
>>
>> Thanks,
>>
>> Marc
>>
>>
>>

Re: autocompletion

Posted by moon soo Lee <mo...@apache.org>.
Hi Marc,

Could you be little bit more specific?
Text box can be created either by dynamic form (
http://zeppelin.incubator.apache.org/docs/latest/manual/dynamicform.html) or
angular display system (
http://zeppelin.incubator.apache.org/docs/latest/displaysystem/angular.html
)
Which one are you referring?

Thanks,
moon

On Thu, Jan 14, 2016 at 11:21 AM Marc Warren <ma...@gmail.com> wrote:

> If I create a text box.  Is there anyway to implement auto completion.  I
> recall some discussion about adding autocompletion to the wish list back in
> September
>
> Thanks,
>
> Marc
>
>
>