Search Type: Posts; User: patrickdeamorim

Search: Search took 0.01 seconds.

  1. I have a JSON object returned from my server with about 20 images and data of them, and I'd like to create a custom HTML "item" for each of them, with title, "like count", click to like, image, etc....
  2. It seems like there's no simple solution so I then better dive deeper into Sencha and learn how to use models and records. At least I'll hopefully have cleaner and more organized code in the end...
  3. I read up on XTemplate and I also tried using tpl: instead of html: and also that did not seem to work. Do you have an example of using a template which gets data straight from a JSON request?
  4. I have been trying combinations of all I could think of and I also found nothing from searching, but what I'm trying to do is load a JSON object from my server and then use that to render a panel...
  5. What can I do regarding the container not changing height though, and the "enter" button to send the message?
  6. This is the code I got, so far it docks to the bottom nicely, and I got a script that automatically raises the "rows" of the textarea as needed, one other alternate script raises the height. The...
  7. To make it look like the screenshot, it's just with CSS? If so, how do create textarea/form, a button to post it and dock them?
  8. How would I be able to create the textarea which you see on the bottom, one that is docked to the bottom of the page and follows you, is on top of everything else on the page and auto-grows as you...
  9. Basically, when someone clicks on one of the ".askmerow", I want to take them to the next card showing more information about that question.
    I don't want to make this into a list which needs store...
Results 1 to 9 of 9