Put date into field that was used to activate DatePicker instead of currectly focused...
[framework/web/webkit-efl.git] / Source / WebKit2 / UIProcess / API / efl / ewk_view.h
index 914657e..8a64e8d 100755 (executable)
@@ -1300,6 +1300,16 @@ EINA_DEPRECATED EAPI Eina_Bool ewk_view_text_selection_range_clear(Evas_Object*
 
 // #if ENABLE(TIZEN_INPUT_TAG_EXTENSION)
 /**
+ * Sets the last clicked or entered input element value
+ *
+ * @param o view object to send the value
+ * @param value the string value to be set
+ */
+EAPI void ewk_view_current_target_input_element_value_set(Evas_Object* o, const char* value);
+// #endif // ENABLE(TIZEN_INPUT_TAG_EXTENSION)
+
+// #if ENABLE(TIZEN_INPUT_TAG_EXTENSION)
+/**
  * Sets the focused input element value
  *
  * @param o view object to send the value